<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.education.libraries.koha.devel">
    <title>gmane.education.libraries.koha.devel</title>
    <link>http://blog.gmane.org/gmane.education.libraries.koha.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7889"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7888"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7887"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7886"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7882"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7880"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7873"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7871"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7865"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7864"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7862"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7861"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7855"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7854"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7846"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7839"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7835"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7815"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7814"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.education.libraries.koha.devel/7811"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7889">
    <title>[DISCUSSION] Database schema &amp; coding guidelines</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7889</link>
    <description>&lt;pre&gt;In the wiki page http://wiki.koha-community.org/wiki/DB_schema_bugs, an
insconsistency has been noticed:
primary keys column name can be: id (in authorised_values table), xxxid
(cityid), xxx_id (label_id), xxxId (limitId), xxxcode (branchcode),
xxxnumber (borrowernumber) =&amp;gt; choose how to name PK and update schema
accordingly

The bug 7065 add a foreign key to the reserves table, so I think it's
time to clearly choose how we name primary keys.

The possible options are below, my opinion:

 1- id alone =&amp;gt; will result in complexity &amp;amp; mistakes, this option must
be discarded
 2- xxxxid =&amp;gt; short option, may result in hard readability.
 3- xxxxId =&amp;gt; we haven't decided if we want UC in field names. I won't
discard this option, but does not favour it.
 4- xxx_id =&amp;gt; _ still undecided in field names, I'm not sure it's much
better than the xxxid one
 5- xxxxnumber =&amp;gt; number is quite long, and may result in very long
field names, which is not good. I does not like this option.

Let's start the discussion
&lt;/pre&gt;</description>
    <dc:creator>Paul Poulain</dc:creator>
    <dc:date>2012-05-25T16:00:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7888">
    <title>Koha 3.6.5 released</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7888</link>
    <description>&lt;pre&gt;The Koha release team is happy to announce the release of Koha 3.6.5

This is a stable release and contains bugfixes as well as updated
translations.

You can download it at

http://download.koha-community.org/

Go forth, download, and enjoy :)

RELEASE NOTES FOR KOHA 3.6.5
24 May 2012
========================================================================

Koha is the first free and open source software library automation package
(ILS). Development is sponsored by libraries of varying types and sizes,
volunteers, and support companies from around the world.
The website for the Koha project is

    http://koha-community.org/

Koha 3.6.5 can be downloaded from:

    http://download.koha-community.org/koha-3.06.05.tar.gz

Installation instructions can be found at:

    http://wiki.koha-community.org/wiki/Installation_Documentation

    OR in the INSTALL files that come in the tarball

Koha 3.6.5 is a bugfix/maintenance release.

Highlights of 3.6.5
======================

3916    critical    Batch Modify tool overwrites dropdown fields - no
option for "no change"
6488    critical    opachiddenitems not working in master
7485    critical    Cannot edit barcode on Fast Add
7513    critical    MARC Import Hangs
7597    critical    fines not recording the right info in the stats table
7631    critical    Self checkout renewal fails because of reference to
non-existent subroutine in sco-main.pl
7893    critical    Missing build-dependency on
libdatetime-format-dateparse-perl and libreadonly-perl
7924    critical    Fix handling of command line arguments in koha-remove
7231    major       ordering from staged file not using price
7272    major       Fix for Bug 6328 causes user accounts to be frozen
(SIP2)
7284    major       Authority matching algorithm improvements
7454    major       Sip renewal all response returns incorrect info
7482    major       overdues report downloads without names
7581    major       Holds not working in OPAC in singlebranchmode
7636    major       error when trying to email cart when opacuserlogin set
to don't allow
7838    major       Add sort-string-utf.chr for Ukrainian and Russian


Bugs fixed in 3.6.5
======================

1662    normal      Is there a difference between Full and Simplified for
Serials History
3216    normal      UNIMARC author facets
4976    normal      Status of item returned with process_koc.pl is empty in
Intranet
5180    normal      Autocomplete broken on overdues report
5373    normal      fields listed on patron import do not match the csv file
5482    normal      Translation problem in guided reports - Item field names
5657    normal      biblio records update fails when updating multiple
authorities linked with the same biblio
5749    normal      The display of borrower adresses composed of
streetnumber, streettype and address is broken
5841    normal      Routing slip not displaying publication date
6125    normal      Plugin for date acquired does not work on ACQ framework
6434    normal      Many changes for Ukrainian and Russian sql-tables
6701    normal      language on timeout system preference is wrong
7092    normal      Complete-subfield searches TraceCompleteSubfields
syspref not working correctly
7271    normal      Revert getitems default sort to homebranch instead of
holding branch
7445    normal      Clicking on a tag gives "Language ... does not exist"
7493    normal      Deleting a record with comments breaks
7537    normal      Implement TraceCompleteSubfields,
TraceSubjectSubdivisions and UseICU for NORMARC XSLT
7558    normal      Serial issue note doubled up in full history
7579    normal      Icons for authorized values/item types not showing in
OPAC
7590    normal      Cataloging authorities search result page is broken
7609    normal      Improving links to find analytics and volumes when
using UseControlnumber
7644    normal      Invalid markup in staff client language chooser
7645    normal      System preferences editor save button obscured by
language chooser
7656    normal      "undefined" pop-up message when putting hold on
reference item
7665    normal      Bibs with no ISBN's show broken images for covers when
using Syndetics cover images.
7695    normal      Boolean operator AND in XSLT gets translated
7699    normal      Restricted until datepicker broken
7724    normal      Tests requiring Zebra should be skipped if Zebra isn't
set up
7727    normal      NORMARC XSLT OPAC detail view shows double tabs
7749    normal      Not all OKs on the start page are translatable
7766    normal      C4/Auth.pm emits debug output to STDOUT
7780    normal      fix translator tool verbosity
7824    normal      [3.6 only] Typo in opac-userupdate.tt causes the first
name to not show in the header
7837    normal      nb-NO z3950servers.sql misses column names
7858    normal      Missing packages from install_misc/ubuntu.packages
7885    normal      Change filename of TransferLog suggested by packages to
fit with logrotate
7886    normal      C4/ShelfBrowser slow SQL performance
7940    normal      Placing a hold on a single item from the staff cart
causes errors
8020    normal      Prepare debian packages for 3.8 release
4819    enhancement Add ID attribute to certain areas of OPAC so jquery can
be used to hide them
7140    enhancement Add item type description on the catalogue search and
detail screens
7143    enhancement Bug for tracking changes to the about page
7436    enhancement Set itemtypes.rentalcharge = 0 in sample data for nb-NO
and de-DE
7617    enhancement Authority search results should optionally be sorted by
system order
7700    enhancement Cart's more details view shows identity numbers
7734    enhancement NO_LIBRARY_SET should be translatable
7738    enhancement "Display more constraints" in subfield configuraton is
not properly translatable
7746    enhancement In staff 'No public lists.' is not translatable
7758    enhancement Koha allowing LOST items to check out without alert
7760    enhancement Add ids and classes to every staff page to help with
customizaton
7761    enhancement cleaning up empty declarations from staff-global.css
7876    enhancement Add ids to divs and spans with ids in opac-user.tt
7935    enhancement Introduce sys pref to control 'browse results' in OPAC


New sysprefs in 3.6.5
======================

  * AutoCreateAuthorities
  * CatalogModuleRelink
  * LinkerKeepStale
  * LinkerModule
  * LinkerOptions
  * LinkerRelink
  * OpacBrowseResults
  * UseICU
  * dateformat


System requirements
======================

    Changes since 3.4:

    * Perl 5.10 is required


Documentation
======================

As of Koha 3.2, the Koha manual is now maintained in DocBook.  The
home page for Koha documentation is

    http://koha-community.org/documentation/

As of the date of these release notes, only the English version of the
Koha manual is available:

    http://manual.koha-community.org/3.6/en/

The Git repository for the Koha manual can be found at

    http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary

Translations
======================

Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages:

  * Chinese (Taiwan)
  * Danish
  * English (USA)
  * English (UK)
  * French (France)
  * German
  * Italian
  * Portuguese (Brazil)
  * Spanish

Partial translations are available for various other languages.
The Koha team welcomes additional translations; please see

    http://wiki.koha-community.org/wiki/Translating_Koha

for information about translating Koha, and join the koha-translate
list to volunteer:

    http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate

The most up-to-date translations can be found at:

    http://translate.koha-community.org/

Release Team
======================

The release team for Koha 3.6 is

Release Manager:        Chris Cormack &amp;lt;chrisc-6STWZtX7tXAqAMOr+u8IRA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Documentation Manager:  Nicole C Engard &amp;lt;nengard-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Translation Manager:    Frédéric Demians &amp;lt;frederic-eQJqyydOBiA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
QA Manager:             Ian Walls &amp;lt;ian.walls-ArOkDhAu4Z7e9wHmmfpqLFaTQe2KTcn/&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Bug Wranglers:          Katrin Fischer, Magnus Enger

Past Release Maintainer (3.6.x): Chris Nighswonger &amp;lt;
cnighswonger-UUNKDCO5ciOWi+rMf72STw&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Release Maintainer (3.6.x): Jared Camins-Esakov &amp;lt;jcamins-uxnXpNWeGHonjDBjJMeEydBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

Credits
======================

We thank the following libraries who are known to have sponsored
new features in Koha 3.6:
  * Los Gatos Public Library
  * NEKLS
  * East Brunswick Public Library
  * Athens County Public Libraries
  * Horowhenua Library Trust
  * Halton Borough Council
  * South Taranaki District Council

We thank the following individuals who contributed patches to
Koha 3.6.5.

     1  BibLibre
     1  Gaetan Boisson
    12  Jared Camins-Esakov
     3  Colin Campbell
     1  David
     2  Stéphane Delaune
     2  Frédéric Demians
     1  Jonathan Druart
     9  Magnus Enger
    28  Katrin Fischer
     1  Chris Hall
    12  Kyle M Hall
     3  Srdjan Jankovic
     1  Janusz Kaczmarek
    11  Owen Leonard
     1  Sophie Meynieux
     1  Chris Nighswonger
     3  Dobrica Pavlinusic
     1  Maxime Pelletier
     6  Paul Poulain
     1  MJ Ray
     3  Liz Rea
     2  Marcel de Rooy
     3  Adrien Saurat
     5  Robin Sheat
     1  Zeno Tajoli
     2  Serhij Dubyk {Сергій Дубик}


We regret any omissions.  If a contributor has been inadvertantly missed,
please send a patch against these release notes to
koha-patches-yy2XUMoudrGBeeJdjao7tfCrwMbev77B4b8TPpkIZ3Q&amp;lt; at &amp;gt;public.gmane.org

Revision control notes
======================

The Koha project uses Git for version control.  The current development
version of Koha can be retrieved by checking out the master branch of

    git://git.koha-community.org/koha.git

The branch for Koha 3.6.x (i.e., this version of Koha and future bugfix
releases) is 3.6.x.

Koha 3.8.0 was released on April 23, 2012. The next major feature release of
Koha will be Koha 3.10.0.

Bugs and feature requests
======================

Bug reports and feature requests can be filed at the Koha bug
tracker at

    http://bugs.koha-community.org/


Ehara taku toa i te toa takitahi, engari he toa takitini

&lt;/pre&gt;</description>
    <dc:creator>Jared Camins-Esakov</dc:creator>
    <dc:date>2012-05-25T14:12:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7887">
    <title>Official Koha Newsletter: Volume 3, Issue 5: May 2012</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7887</link>
    <description>&lt;pre&gt;Official Koha Newsletter: Volume 3, Issue 5: May 2012

[Below is the text of the newsletter. For active links and a more
readable format, please visit
http://koha-community.org/koha-newsletter-volume-3-issue-5-may-2012]

Official Koha Newsletter (ISSN 2153-8328)
Volume 3, Issue 5: May 2012

Edited by Daniel Grobani, Koha Community Newsletter Editor.

Please submit news items to danielg.koha-Re5JQEeQqe9fmgfxC/sS/w&amp;lt; at &amp;gt;public.gmane.org

Table of Contents

    Koha Development
        Koha 3.8.1 Released
        Koha 3.6.5 Release Imminent
        Koha Statistics
        Database Schema Documentation Updated
    Koha Community
        New Koha Libraries
        Community Gossip
    Past Koha Events
        May General IRC Meeting
        New Zealand Koha User Group Day 2012
    Upcoming Koha Events
        June General IRC Meeting
        KohaCon12
        KohaCon13

Koha Development

Koha 3.8.1 Released
by Chris Cormack

The Koha release team is happy to announce the release of Koha 3.8.1.
This is a stable release and contains bugfixes as well as updated
translations.

Koha 3.8.1 can be downloaded here. Release notes are here.

Installation instructions can be found here or in the INSTALL files
that come in the tarball.

Koha 3.6.5 Release Imminent

As we go to press on 24 May 2012, Koha 3.6.5 is scheduled to be released today.

Koha Statistics

Chris Cormack, statistician par excellence, has posted bug statistics
for April and statistics for Koha 3.8.1.

Database Schema Documentation Updated

Koha’s database schema documentation has been updated.

Koha Community

New Koha Libraries

    Gerard Cottet Library at Salus University (via ByWater Solutions)
    Lane Library at Ripon College (via ByWater Solutions)
    North Central Regional Library (via ByWater Solutions)

Community Gossip

Lenora Oftedahl reports: “The StreamNet Library successfully upgraded
from 3.0 to 3.6. In addition to our upgrade, we also successfully
installed the Koha software on the same server as our WordPress CMS.
The two programs are peacefully co-existing through the creative use
of subdomains. You can visit our website at our new domain,
http://www.streamnetlibrary.org. If other users would like assistance
or have suggestions, please feel free to contact Lenora at
oftl-/jyUCfb61qK4UlQgPVntAg&amp;lt; at &amp;gt;public.gmane.org

Lee Miller of the Butte-Silver Bow Public Library in Montana reports
that her library is co-hosting KohaCon12 and that she’ll be presenting
at the conference on the use of open source software in Montana
libraries and the use of new applications and discovery tools.

Equinox Software is looking to hire a support specialist to provide
technical support for Koha and Evergreen.

Shire of Derby West Kimberley has become the first local government
area in Australia to choose Koha to support the delivery of its public
library services. More information is here.

Past Koha Events

May General IRC Meeting

The May general IRC meeting was held on 2 May 2012.

More info, including the agenda and links to the minutes, is here.

New Zealand Koha User Group Day 2012

Current and prospective Koha users got together at the New Zealand
Treasury on 15 May 2012 for the second New Zealand Koha users group
meeting. Chris Cormack reported on the meeting here.

Upcoming Koha Events

June General IRC Meeting

The June general IRC meeting will be held on Wednesday, 13 June 2012.

More info is here.

KohaCon12

KohaCon12 is nearly upon us! It will be held in Edinburgh, Scotland,
UK, 5-7 June 2012. A hackfest will be held 9-11 June 2012.

This is a free conference for everyone interested in the Koha library
system. There is no registration fee, but attendees are asked to
pre-register.

The conference schedule has been posted here.

The organizers continue to seek sponsors to help defray the cost of
the conference. Sponsors so far include Tamil, PTFS Europe, Catalyst,
Libriotech, Projektlink Konsult, The Galecia Group, C &amp;amp; P Bibliography
Services, CALYX Information Essentials, and KohaAloha. Information on
sponsorship is here.

More details on the conference can be found here.

KohaCon13

Bidding is now open for hosting of KohaCon13. Proposals can be viewed
and added on this page of the Koha community wiki.
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

&lt;/pre&gt;</description>
    <dc:creator>Daniel Grobani</dc:creator>
    <dc:date>2012-05-24T22:36:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7886">
    <title>DateTime::Format::MySQL</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7886</link>
    <description>&lt;pre&gt;Hi all,

The QOTD work recently committed to master adds DateTime::Format::MySQL as
a core dependency thereby extending DateTime objects to handle proper
formatting of datetime strings for MySQL.

While Koha::DateUtils will parse ISO formatted datetime strings, the POD
notes that the module is intended to be a temporary aid
to demystify DateTime foo while we are transitioning fully to DateTime:

"Koha has historically only used dates not datetimes and been content to
40
handle these as strings. It also has confused formatting with actual dates
41
this is a temporary module for wrappers to hide the complexity of
switch to DateTime"

There are similar DateTime::Format::&amp;lt;db&amp;gt; plugins for Pg, Oracle, and
friends which may be implemented in Koha as support for those db's is added.

Basically DateTime::Format::MySQL will parse a correctly MySQL formatted
datetime and return a DateTime object for your morphing pleasure.

It will also format a DateTime object and return a MySQL datetime string.

Read more here: http://tinyurl.com/br49o38

By moving away form a custom DateTime formatting module we reduce long
term maintenance costs and issues as well as moving a step closer to
dropping the temporary Koha::DateUtils.

Kind Regards,
Chris
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Chris Nighswonger</dc:creator>
    <dc:date>2012-05-24T13:50:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7882">
    <title>KOCT pushed on contrib repo</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7882</link>
    <description>&lt;pre&gt;Hello,

I just pushed a few minuts ago a patch with KOCT on the contrib repository
(http://git.koha-community.org/gitweb/?p=contrib/global.git;a=summary)

&lt;/pre&gt;</description>
    <dc:creator>Paul Poulain</dc:creator>
    <dc:date>2012-05-22T21:07:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7880">
    <title>Print page - Firefox, etc</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7880</link>
    <description>&lt;pre&gt;Our cataloguers are having a local problem that I was unaware of. This is 
probably Koha bug 7199 which appears to be a tad inactive; I'd be happy to 
assist, but have no knowledge whatsoever of how browsers render 
CSS|templates for printing.

Trying to "print page" after a staff screen listing such as 
&amp;lt;http://koha-admin/cgi-bin/koha/catalogue/search.pl?q=lambert%2C+andrew&amp;gt; 
(the page itself is perfect) gives an oddball output with the "Results" and 
"Location" columns squeezed down to very narrow columns on the right hand 
side of the page. The "check box" column (normally very narrow) expands to 
well over 50% of page width.

This happens (for us at least) in Firefox (v. 12.0), Chrome (build 16.0), 
Safari (5.1) and MSIE (6.0 - we don't have anything more recent in our Win 
machine.)

A quick review of "equivalent" OPAC search pages (rather than staff-admin) 
shows no problems.

Koha 3.06.01.000, on Linux 2.6.38, Perl 5.010001, Apache 2.2.17, mysql Ver 
14.14 Distrib 5.1.54, for debian-linux-gnu

Thanks - Paul

_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

&lt;/pre&gt;</description>
    <dc:creator>Paul</dc:creator>
    <dc:date>2012-05-22T15:49:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7873">
    <title>Koha 3.8.1 released</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7873</link>
    <description>&lt;pre&gt;The Koha release team is happy to announce the release of Koha 3.8.1

This is a stable release and contains bugfixes as well as updated translations.

You can download it at

http://download.koha-community.org/

Go forth, download, and enjoy :)


RELEASE NOTES FOR KOHA 3.8.1
21 May 2012
========================================================================

Koha is the first free and open source software library automation package
(ILS). Development is sponsored by libraries of varying types and sizes,
volunteers, and support companies from around the world.
The website for the Koha project is

    http://koha-community.org/

Koha 3.8.1 can be downloaded from:

    http://download.koha-community.org/koha-3.08.01.tar.gz

Installation instructions can be found:

   in the INSTALL files that come in the tarball

Koha 3.8.1 is a bugfix/maintenance release.

Highlights of 3.8.1
======================

7924criticalFix handling of command line arguments in koha-remove
7998critical3.8 UI cleanup, tweaks to new styles
8035criticalbibs with comments show an error in opac
8072criticalreports wizard dies
8077criticaloverdues with fines won't run
3969majorBudget Search Doesn't Work
7984majorFix the upload_local_cover_images permission
8002majorCan't add patron attribute type in newer installation
8027majorWrong order for parameters in Z39.50 SQL INSERT


Bugs fixed in 3.8.1
======================

2399normalAll status fields in the item edit interface offer two
blank/null entries per dropdown instead of one
3413normalrepeatable tickbox not sticking 1st time round
6335normalBranch not set consistently in all SIP transactions
7604normalLink on basket group name for closed basket groups is broken
7722normalInsidious problem with searching
7820normalMissing packages from install_misc/debian.packages
7842normalInconsistencies in Notices interface
7982normalTypo in moremember-receipt.tt
8020normalPrepare debian packages for 3.8 release
8022normalPermissions test doesn't check all languages
8025normalPatron attribute not selected if value is zero
8045normalProblems on Due date when checking in
8084normalSuspend Until not set on by suspend button
5345enhancementDataTables in Koha
5549enhancementHourly Loans
7178enhancementImprove order item creation
7213enhancementDocument /svc/ HTTP API and provide example command-line client
7647enhancementCheckout History Sort
7849enhancementInstant Fine Calculation at Checkin
7870enhancementReplace itemnumber by barcode in links of patron
modification log
7903enhancementadd an ordernumber column in orders history table
7990enhancementbad html attribute into aqplan.tt : styl= insted of style=
8001enhancementAdd some styling to the tags to allow them to be distinctive


System requirements
======================

    Changes since 3.6:

    * No new system requirements


Documentation
======================

As of Koha 3.2, the Koha manual is now maintained in DocBook.  The
home page for Koha documentation is

    http://koha-community.org/documentation/

As of the date of these release notes, only the English version of the
Koha manual is available:

    http://manual.koha-community.org/3.8/en/

The Git repository for the Koha manual can be found at

    http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary

Translations
======================

Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages:

the following languages:
  * French (100%)
  * Spanish (100%)
  * German (100%)
  * Chinese -Taiwan- (97%, OPAC 100%)
  * Italian (86%, OPAC 100%)
  * Danish (81%)
  * Portuguese (79%)
  * French -canada- (76%)
  * English -nz- (76%)
  * Greek (74%)
  * Norwegian (73%)

Partial translations are available for various other languages.

The Koha team welcomes additional translations; please see

    http://wiki.koha-community.org/wiki/Translating_Koha

for information about translating Koha, and join the koha-translate
list to volunteer:

    http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate

The most up-to-date translations can be found at:

    http://translate.koha-community.org/

Release Team
======================

The release team for Koha 3.8 is

  Release Manager:       Paul Poulain &amp;lt;paul.poulain&amp;lt; at &amp;gt;biblibre.com&amp;gt;
  Documentation Manager: Nicole C Engard &amp;lt;nengard&amp;lt; at &amp;gt;gmail.com&amp;gt;
  Translation Manager:   Frédéric Demians &amp;lt;frederic&amp;lt; at &amp;gt;tamil.fr&amp;gt;
  QA Manager:            Ian Walls &amp;lt;koha.sekjal&amp;lt; at &amp;gt;gmail.com&amp;gt;
  QA team:               Marcel de Rooy &amp;lt;M.de.Rooy&amp;lt; at &amp;gt;rijksmuseum.nl&amp;gt;,
  Jonathan Druart &amp;lt;jonathan.druart&amp;lt; at &amp;gt;biblibre.com&amp;gt;
  Bug Wranglers:         Katrin Fischer, Magnus Enger

  Release Maintainer (3.4.x): Chris Nighswonger &amp;lt;cnighswonger&amp;lt; at &amp;gt;foundations.edu&amp;gt;
  Release Maintainer (3.6.x): Jared Camins-Esakov &amp;lt;jcamins&amp;lt; at &amp;gt;cpbibliography.com&amp;gt;
  Release Maintainer (3.8.x): Chris Cormack &amp;lt;chrisc&amp;lt; at &amp;gt;catalyst.net.nz&amp;gt;


Credits
======================

We thank the following individuals who contributed patches to
Koha 3.8.1.

     2Jared Camins-Esakov
     3Colin Campbell
     8Chris Cormack
     2Stéphane Delaune
     7Jonathan Druart
     4Magnus Enger
     6Katrin Fischer
     4Kyle M Hall
     2Srdjan Jankovic
     4Owen Leonard
     1Julian Maurice
     1Chris Nighswonger
     1Dobrica Pavlinusic
     4Paul Poulain
     2Liz Rea
     2Marcel de Rooy
     3Adrien Saurat
     3Robin Sheat
     2Lyon3 Team
     2Ian Walls


We regret any omissions.  If a contributor has been inadvertantly missed,
please send a patch against these release notes to
koha-patches&amp;lt; at &amp;gt;lists.koha-community.org.

Revision control notes
======================

The Koha project uses Git for version control.  The current development
version of Koha can be retrieved by checking out the master branch of

    git://git.koha-community.org/koha.git

The branch for Koha 3.8.x (i.e., this version of Koha and future bugfix
releases) is 3.8.x.

The next major feature release of Koha will be Koha 3.10.0.

Bugs and feature requests
======================

Bug reports and feature requests can be filed at the Koha bug
tracker at

    http://bugs.koha-community.org/


Ehara taku toa i te toa takitahi, engari he toa takitini
_______________________________________________
Koha-devel mailing list
Koha-devel&amp;lt; at &amp;gt;lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Chris Cormack</dc:creator>
    <dc:date>2012-05-21T21:32:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7871">
    <title>Proposed QA Enhancements</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7871</link>
    <description>&lt;pre&gt;I am making two proposals that will help "tighten" up our QA procedures a
bit in order to facilitate clarity and transparency in our patch
submission/acceptance workflow. Currently the workflow is described in the
wiki here:

http://wiki.koha-community.org/wiki/Bug-enhancement-patch_Workflow#Steps

1. I propose that we modify step 5 to read:

"The patch is checked and signed-off by the QA team member. Then the bug
status is set to Passed QA"

This will ensure that we have clarity that the patch was, indeed, touched
by a member of the QA team, as well as increasing the accuracy of QA stats
in git.

2. I propose that the RM be the QA of last resort. At present the stats
show that the RM is doing the majority of the QA'ing. "Last resort" is a
condition evoked by all members of the current QA team acknowledging that
no one among them has the time, etc. to do QA on a particular patch the RM
feels needs to be pushed OR by a bug remaining in the "Signed Off" status
beyond a fixed time period of four weeks. This mechanism would address
concerns of bug stagnation by allowing ample time for QA members to at
least glance at a bug and determine of they do or do not have time to give
to that bug as well as having a catch mechanism for bugs falling through
w/o notice.

Here are some statistics on sign-offs by the currently listed QA team for
commits between the 3.6.0 and 3.8.0 tags:

NOTE: 100% of our patches have the minimum required 1 sign-off by any
community member

Total commits: 1086

Sign-offs by QA Team members:

Marcel de Rooy - 43
Jonathan Druart - 5
Paul Poulain - 538
Ian Walls - 25

Total commits w/sign-off by a QA team member: 611 OR 56.3%
Total commits w/sign-off by RM: 538 OR 49.5%
Total commits w/sign-off by non-RM QA member: 73 OR 6.7%

These figures reasonably agree with the stats posted here:
http://blog.bigballofwax.co.nz/2012/04/24/statistics-for-koha-3-8-0/

You may reproduce them on your local git repo master branch by using
variations of the following:

git log --grep="^Signed-off-by: &amp;lt;regexp&amp;gt;" --no-merges --oneline
52c666edce42..5c32a9f811d | wc -l

Lets have some discussion on the two proposals above, and I'll put them on
the agenda for the next IRC meeting to be voted on.

Kind Regards,
Chris
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Chris Nighswonger</dc:creator>
    <dc:date>2012-05-21T17:38:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7865">
    <title>Koha Calendar</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7865</link>
    <description>&lt;pre&gt;As I'm sure everybody running master has realized, bug 5549 introduced a new module Koha::Calendar.  After digging around in the module I realized that the table special_holidays had separate columns for year, month, and date.  I am wondering what the rationale is behind this decision.  If it was simply I preference I would like to propose that we move it to replace the 3 current columns with a timestamp so that the calendar can take advantage of setting open and closed hours and fining for hourly based items accordingly.


      Elliott Davis
      Library Systems Analyst
      Robert R. Muntz Library
[Description: Telephone]903.565.5542&amp;lt;tel:903.565.5542&amp;gt;
[Description: Envelope]tdavis-Zkq3jaIVT4KVc3sceRu5cw&amp;lt; at &amp;gt;public.gmane.org
[Description: Chrome]http://library.uttyler.edu&amp;lt;http://library.uttyler.edu/&amp;gt;

_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Elliott Davis</dc:creator>
    <dc:date>2012-05-16T16:00:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7864">
    <title>sandbox system</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7864</link>
    <description>&lt;pre&gt;Hello koha-devel,

I just pushed a few minuts ago the 1st version of the sandbox scripts
I've developped and that is available to facilitate testing of Koha patches.
You'll find everything, including some installation notes at
http://git.koha-community.org/gitweb/?p=contrib/global.git;a=summary
(git clone git://git.koha-community.org/contrib/global.git contrib, in
the sandbox directory)

PS: if you want to improve my scripts, you're welcomed !
&lt;/pre&gt;</description>
    <dc:creator>Paul Poulain</dc:creator>
    <dc:date>2012-05-16T12:27:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7862">
    <title>Call for News for the May Newsletter</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7862</link>
    <description>&lt;pre&gt;Dear Koha Kommunitarians,

I'm harvesting news for the May newsletter. Please send me by the
25th anything you think your fellow community members might like to
know about.

"News" can be as short as a sentence or as long as a paper. I
especially encourage you to send me a line or two for the
gossip/society column about what you're currently working on. And if
you know of a go-live not announced on the list, please be sure to let
me know about it.

Thanks,
Daniel Grobani
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

&lt;/pre&gt;</description>
    <dc:creator>Daniel Grobani</dc:creator>
    <dc:date>2012-05-15T19:26:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7861">
    <title>Koha 3.8.1 entering string freeze</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7861</link>
    <description>&lt;pre&gt;Hi All

As promised, the 3.8.x branch has entered string freeze in preparation
for the 3.8.1 release next week.

"So?" you ask, "What does this mean for me?"

Are you a developer? - If so just be aware I will only be pushing
patches that do not contain changes to any of the translatable strings
from now until the release.
Are you a translator? - Once the translation manager emails to say the
po files are updated, you are clear to translate your hearts out.
Are you a Koha user? - If you have the skills or know someone who
does, check out the 3.8.x and do some testing on it, that would be
awesome.
Are you a brewer? - I quite like a nice IPA

Chris
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

&lt;/pre&gt;</description>
    <dc:creator>Chris Cormack</dc:creator>
    <dc:date>2012-05-14T21:56:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7855">
    <title>Localization of Perl strings in Koha</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7855</link>
    <description>&lt;pre&gt;Hi,

a discussion has started in bug 8044 
(http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044) about 
localization in Koha. But I want to include in this discussion the 
maximum number of people.

Summary of the discussion:
     I proposed a patch that uses Locale::Maketext.
     You can see an example of use in the 2nd patch attached to the bug, 
but here is a code sample:

       use Koha::I18N;
       use CGI;
       my $cgi = new CGI;
       my $lh = Koha::I18N-&amp;gt;get_handle_from_context($cgi, 'intranet');
       $lh-&amp;gt;maketext("A localized string with parameter: [_1]", 
$some_scalar);

     Then, Frédéric Démians suggested to use Locale::TextDomain instead 
of Locale::Maketext (some advantages are listed in bug comments)

     There is also a discussion about how we can handle templates 
translation with a translation framework like Locale::Maketext or 
Locale::TextDomain. This is not the topic of bug 8044, but a global 
discussion now is certainly better than choosing a direction now and 
then taking the opposite direction in a few months.


First, we have to make a decision about the module to use. If you know 
well the two modules, please join the discussion!

Next, the patch is only a 'first draft': PO files are in a new directory 
locale/&amp;lt;LANG&amp;gt;, and the script that updates PO files is in locale 
directory too. I don't know where is the best place to put them in order 
to integrate well with Koha. So any suggestions are welcomed.

If you have any other suggestion, please feel free to contribute :)

&lt;/pre&gt;</description>
    <dc:creator>Julian Maurice</dc:creator>
    <dc:date>2012-05-11T10:17:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7854">
    <title>jquery upgraded on master branch</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7854</link>
    <description>&lt;pre&gt;Hello koha-devel,

I just pushed a patch to upgrade jquery to version 1.7.2 (from 1.3.2)

It has been tested, but some side effect are always possible. So if you
find strange javascript behaviour, go to bug 5184, or think of this
upgrade !
&lt;/pre&gt;</description>
    <dc:creator>Paul Poulain</dc:creator>
    <dc:date>2012-05-11T09:11:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7846">
    <title>Multi-branch SCO [Was: Re: Branch Specific SystemPreferences]</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7846</link>
    <description>&lt;pre&gt;Hi David,

On Thu, May 10, 2012 at 12:38 PM, David Schuster &amp;lt;dschust1-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

 I'm not sure what version you're using, but in the current master the
following sysprefs define the user for the SCO module:

AutoSelfCheckAllowed
AutoSelfCheckID
AutoSelfCheckPass

Unfortunately there is only room there for a single user tied to a single
branch. This results (for us at least) in all books checked out in the SCO
module appearing under the branch of the user listed in these sysprefs.

If there is workaround, I'd love to know it while we are in the process of
making the SCO module truly multi-branch.

Kind Regards,
Chris
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Chris Nighswonger</dc:creator>
    <dc:date>2012-05-10T19:43:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7839">
    <title>Guided report in Koha 3.8.0</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7839</link>
    <description>&lt;pre&gt;_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Partha Mukhopadhyay</dc:creator>
    <dc:date>2012-05-10T14:15:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7835">
    <title>marc import/need help</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7835</link>
    <description>&lt;pre&gt;Hello


I'm trying to convert data in marc format ( a big challenge because our  
old ILS doesn't respect unimarc): in marc edit, when i have this error 
"undefined error reported, error number -99" what does it means ?

I join to this mail an excel file of my data.

Best regards

samuel
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Samuel Desseaux</dc:creator>
    <dc:date>2012-05-10T08:43:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7815">
    <title>error while creating notices</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7815</link>
    <description>&lt;pre&gt;Hi,

Something strange: i creat my notice, my examplar and when i want to  
record, i've the following error


  Software error:

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








So, i try to understand

*problem of encoding in the title tag ? Maybe but, just before, i've 
added a record without any problems and when i look parameters for 
encoding characters (mysql and apache), it's ok.

*problem of version ? I use debian package (as we are in a period of 
tests) and my version is 3.07



I join the logs of koha, if it can help

Best regards

samuel
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:43 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:44 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:38 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:13:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:13:39 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:12 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:13 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:18 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:18 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:28 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:29 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:50 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:21:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:21:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:22:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:22:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:24 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:25 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:27 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:25:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 12:25:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 12:25:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:33 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:33 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:33 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:33 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:33 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:33 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:03:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:34 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:35 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:46 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:03:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:03:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] mainpage.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] 404.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] 404.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:15:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:15:47 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] mainpage.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] 404.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] 404.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:34:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:03 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] mainpage.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] 404.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] 404.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:34:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:26 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] mainpage.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] VirtualShelves.pm: DBI connect('dbname=koha;host=localhost;port=3306','koha',...) failed: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] 404.pl: Access denied for user 'koha'&amp;lt; at &amp;gt;'localhost' to database 'koha' at /usr/share/koha/lib/C4/Context.pm line 756.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] 404.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 31.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:34:59 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:35 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:36 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:39 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:37:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:37:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:39:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:02 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:39:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:39:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:39:09 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 14:40:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:26 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:26 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:40:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:40:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:40 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:40 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:45 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:46 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:46 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:51 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:51 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 14:53:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 14:53:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:45 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:45 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:47 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:49 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:53 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:56 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:56 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 15:10:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:58 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:10:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:58 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:10:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:58 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:10:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:58 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:10:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:58 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:10:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:58 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:10:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:10:59 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:11:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 15:11:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:00 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 15:11:00 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:00 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 15:11:00 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:11:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:01 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:11:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:11:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:06 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 15:11:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:06 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 15:11:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:06 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99, &amp;lt;FILE&amp;gt; chunk 25., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 15:11:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:11:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:11:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:21:37 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:21:37 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:21:37 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:21:37 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:21:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:21:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:21:39 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 15:21:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:21:39 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 15:21:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:21:39 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 15:21:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:21:39 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 15:21:42 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:21:42 2012] install.pl: INSERT Version at /usr/share/koha/lib/C4/Installer.pm line 478., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:21:42 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:23:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:23:24 2012] about.pl: Can't exec "httpd": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 58., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n
[Wed Apr 04 15:23:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:23:24 2012] about.pl: Can't exec "httpd2": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 59., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n
[Wed Apr 04 15:23:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:23:25 2012] about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 127., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n
[Wed Apr 04 15:24:55 2012] [error] [client 138.195.48.69] script not found or unable to stat: /usr/share/koha, referer: http://koha.ecp.fr:8080/cgi-bin/koha/about.pl
[Wed Apr 04 15:24:55 2012] [error] [client 138.195.48.69] script not found or unable to stat: /usr/share/koha, referer: http://koha.ecp.fr:8080/cgi-bin/koha/about.pl
[Wed Apr 04 15:24:55 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha
[Wed Apr 04 15:24:55 2012] [error] [client 138.195.48.69] script not found or unable to stat: /usr/share/koha
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.auth_types' doesn't exist at /usr/share/koha/lib/C4/Koha.pm line 336.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Koha.pm line 337.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:29:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:29:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:04 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:13 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:30:14 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:30:14 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:02 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:20 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:20 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:21 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:21 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:21 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:21 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:21 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:21 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:21 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:21 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:21 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:21 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:22 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:25 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:26 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:26 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:27 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:27 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:28 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 15:31:28 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 15:31:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:30 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:30 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:30 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:30 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:30 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:30 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:31 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:31 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:31 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:31 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:31 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:31 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:31 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:31 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:32 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:32 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:32 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:32 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:32 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:32 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:32 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:32 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:32 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:32 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:32 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:32 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:32 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:32 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:33 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:33 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 15:31:33 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:33 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 15:31:33 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:33 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 15:31:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:34 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:34 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:35 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:35 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:35 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 15:31:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:36 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:31:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:43 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 15:31:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:43 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 15:31:43 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:43 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99, &amp;lt;FILE&amp;gt; chunk 21., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 15:31:43 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:31:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:31:44 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 15:32:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:08 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:32:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:08 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:32:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:10 2012] install.pl: C4::Installer::load_sql returned the following errors while attempting to load /usr/share/koha/intranet/cgi-bin/installer/data/mysql/fr-FR/2-Optionel/sample_labels.sql:, referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:32:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:10 2012] install.pl: ERROR 1146 (42S02) at line 3: Table 'koha.labels_templates' doesn't exist, referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:32:10 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 15:32:11 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:11 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 15:32:11 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:11 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 15:32:11 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:11 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 15:32:11 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:11 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 15:32:17 2012] [error] [client 138.195.48.69] [Wed Apr  4 15:32:17 2012] install.pl: INSERT Version at /usr/share/koha/lib/C4/Installer.pm line 478., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 15:32:17 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:34:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:47 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:47 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:47 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:47 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:48 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:48 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:52 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:53 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:53 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:58 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:58 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:58 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:58 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:58 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:58 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:34:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:34:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:02 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:35:02 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:03 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:03 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:04 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:35:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 339.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 340.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 345.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:05 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542.
[Wed Apr 04 16:35:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:06 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 186., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:06 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:06 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:06 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:06 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 542., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:06 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:06 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:35:08 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:08 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:09 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:09 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:10 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:10 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99, &amp;lt;FILE&amp;gt; chunk 25., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] 404.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] 404.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:35:12 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:12 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:13 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:35:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:13 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:35:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:13 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 139.
[Wed Apr 04 16:35:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:13 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:13 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:13 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:13 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:13 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:35:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:22 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:35:22 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:22 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:35:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:35:23 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:23 2012] 404.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 588.
[Wed Apr 04 16:35:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:24 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Wed Apr 04 16:35:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:24 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Wed Apr 04 16:35:24 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:24 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Wed Apr 04 16:35:25 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:35:25 2012] install.pl: INSERT Version at /usr/share/koha/lib/C4/Installer.pm line 478., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:35:25 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed Apr 04 16:41:39 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:41:39 2012] systempreferences.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl
[Wed Apr 04 16:42:15 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:42:15 2012] systempreferences.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n
[Wed Apr 04 16:43:55 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:43:55 2012] addbiblio.pl: Subroutine plugin_parameters redefined at /usr/share/koha/intranet/cgi-bin/cataloguing/value_builder/unimarc_field_210c.pl line 40., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbooks.pl
[Wed Apr 04 16:43:55 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:43:55 2012] addbiblio.pl: Subroutine plugin_javascript redefined at /usr/share/koha/intranet/cgi-bin/cataloguing/value_builder/unimarc_field_210c.pl line 59., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbooks.pl
[Wed Apr 04 16:43:55 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:43:55 2012] addbiblio.pl: Subroutine plugin redefined at /usr/share/koha/intranet/cgi-bin/cataloguing/value_builder/unimarc_field_210c.pl line 95., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbooks.pl
[Wed Apr 04 16:43:55 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed Apr 04 16:43:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] Auth.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] Auth_with_cas.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] Tags.pm: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.auth_types' doesn't exist at /usr/share/koha/lib/C4/Koha.pm line 336.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Koha.pm line 337.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 239.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:28 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:28 2012] mainpage.pl: Install required, redirecting to Installer at /usr/share/koha/lib/C4/Auth.pm line 595.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:29 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:29 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516.
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:41 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:41 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 146., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 346., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 347., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 352., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 353., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 391., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:49 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:49 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:50 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:50 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:50 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:50 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:50 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:50 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:52 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:52 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:52 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:54 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:54 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=1
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:57 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:57 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:56:59 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:56:59 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=2&amp;amp;checkdb=1
[Wed Apr 04 16:57:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:01 2012] install.pl: DBD::mysql::st execute failed: Table 'koha.language_subtag_registry' doesn't exist at /usr/share/koha/lib/C4/Languages.pm line 193., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:01 2012] install.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line 194., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:01 2012] install.pl: DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /usr/share/koha/lib/C4/Context.pm line 516., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:01 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:01 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:02 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:02 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:04 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 16:57:04 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:04 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 16:57:05 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=importdatastructure
[Wed Apr 04 16:57:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:07 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:07 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Wed Apr 04 16:57:11 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:11 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 16:57:11 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:11 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 16:57:11 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:11 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Templates.pm line 99, &amp;lt;FILE&amp;gt; chunk 21., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=choosemarc
[Wed Apr 04 16:57:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 317., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:57:36 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:36 2012] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Templates.pm line 282., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:57:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:38 2012] install.pl: C4::Installer::load_sql returned the following errors while attempting to load /usr/share/koha/intranet/cgi-bin/installer/data/mysql/fr-FR/2-Optionel/sample_labels.sql:, referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:57:38 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:38 2012] install.pl: ERROR 1146 (42S02) at line 3: Table 'koha.labels_templates' doesn't exist, referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:57:44 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:57:44 2012] install.pl: INSERT Version at /usr/share/koha/lib/C4/Installer.pm line 478., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Wed Apr 04 16:58:21 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:58:21 2012] about.pl: Can't exec "httpd": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 58., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Wed Apr 04 16:58:21 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:58:21 2012] about.pl: Can't exec "httpd2": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 59., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Wed Apr 04 16:58:23 2012] [error] [client 138.195.48.69] [Wed Apr  4 16:58:23 2012] about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 127., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Wed Apr 04 17:11:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Wed Apr 04 17:11:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Wed Apr 04 17:11:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Wed Apr 04 17:11:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Wed Apr 04 17:11:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Wed Apr 04 17:11:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Wed Apr 04 17:11:37 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed Apr 04 17:11:37 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed Apr 04 17:11:39 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed Apr 04 17:11:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Wed Apr 04 17:11:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Wed Apr 04 17:12:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Wed Apr 04 17:12:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Wed Apr 04 22:24:24 2012] [error] [client 88.184.128.161] [Wed Apr  4 22:24:24 2012] about.pl: Can't exec "httpd": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 58., referer: http://koha.ecp.fr:8080/
[Wed Apr 04 22:24:24 2012] [error] [client 88.184.128.161] [Wed Apr  4 22:24:24 2012] about.pl: Can't exec "httpd2": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 59., referer: http://koha.ecp.fr:8080/
[Wed Apr 04 22:24:25 2012] [error] [client 88.184.128.161] [Wed Apr  4 22:24:25 2012] about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 127., referer: http://koha.ecp.fr:8080/
[Thu Apr 05 08:53:16 2012] [error] [client 138.195.48.67] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Thu Apr 05 08:53:16 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:16 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 08:53:16 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:16 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 08:53:16 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:16 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 08:53:16 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:16 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 08:53:24 2012] [error] [client 138.195.48.67] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Thu Apr 05 08:53:25 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:25 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 08:53:25 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:25 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 08:53:25 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:25 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 08:53:25 2012] [error] [client 138.195.48.67] [Thu Apr  5 08:53:25 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 09:36:58 2012] [error] [client 138.195.48.69] [Thu Apr  5 09:36:58 2012] systempreferences.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=patrons
[Thu Apr 05 09:38:02 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:02 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:02 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:02 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:02 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:02 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 09:38:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 05 10:29:03 2012] [error] [client 138.195.48.69] script not found or unable to stat: /usr/share/koha/intranet/cgi-bin/offline_circ/list.pl, referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation-home.pl
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 21:19:15 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 05 22:46:23 2012] [error] [client 122.225.218.234] [Thu Apr  5 22:46:23 2012] mainpage.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 06 16:05:20 2012] [error] [client 91.226.212.41] File does not exist: /usr/share/koha/intranet/htdocs/remote.php
[Fri Apr 06 16:05:20 2012] [error] [client 91.226.212.41] [Fri Apr  6 16:05:20 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 06 16:05:20 2012] [error] [client 91.226.212.41] [Fri Apr  6 16:05:20 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 06 16:05:20 2012] [error] [client 91.226.212.41] [Fri Apr  6 16:05:20 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 06 16:05:20 2012] [error] [client 91.226.212.41] [Fri Apr  6 16:05:20 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 06 16:29:00 2012] [error] [client 138.195.48.28] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Fri Apr 06 16:29:00 2012] [error] [client 138.195.48.28] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Fri Apr 06 16:29:02 2012] [error] [client 138.195.48.28] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Sat Apr 07 05:38:15 2012] [error] [client 184.71.188.34] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sat Apr 07 05:38:16 2012] [error] [client 184.71.188.34] [Sat Apr  7 05:38:16 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 07 05:38:16 2012] [error] [client 184.71.188.34] [Sat Apr  7 05:38:16 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 07 05:38:16 2012] [error] [client 184.71.188.34] [Sat Apr  7 05:38:16 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 07 05:38:16 2012] [error] [client 184.71.188.34] [Sat Apr  7 05:38:16 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 07 23:07:13 2012] [error] [client 199.71.215.203] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 08 12:06:24 2012] [error] [client 122.55.95.227] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun Apr 08 12:06:25 2012] [error] [client 122.55.95.227] [Sun Apr  8 12:06:25 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 08 12:06:25 2012] [error] [client 122.55.95.227] [Sun Apr  8 12:06:25 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 08 12:06:25 2012] [error] [client 122.55.95.227] [Sun Apr  8 12:06:25 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 08 12:06:25 2012] [error] [client 122.55.95.227] [Sun Apr  8 12:06:25 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 08 20:36:30 2012] [error] [client 216.75.2.172] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun Apr 08 20:36:30 2012] [error] [client 216.75.2.172] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 08 20:36:30 2012] [error] [client 216.75.2.172] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 08 20:36:30 2012] [error] [client 216.75.2.172] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 08 20:36:30 2012] [error] [client 216.75.2.172] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 09 18:34:35 2012] [error] [client 67.228.187.116] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 09 19:20:11 2012] [error] [client 202.29.39.247] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Mon Apr 09 19:20:12 2012] [error] [client 202.29.39.247] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 09 19:20:12 2012] [error] [client 202.29.39.247] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 09 19:20:12 2012] [error] [client 202.29.39.247] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 09 19:20:12 2012] [error] [client 202.29.39.247] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 11 23:52:50 2012] [error] [client 91.226.212.41] File does not exist: /usr/share/koha/intranet/htdocs/remote.php
[Wed Apr 11 23:52:51 2012] [error] [client 91.226.212.41] [Wed Apr 11 23:52:51 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 11 23:52:51 2012] [error] [client 91.226.212.41] [Wed Apr 11 23:52:51 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 11 23:52:51 2012] [error] [client 91.226.212.41] [Wed Apr 11 23:52:51 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 11 23:52:51 2012] [error] [client 91.226.212.41] [Wed Apr 11 23:52:51 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 04:31:34 2012] [error] [client 114.205.1.94] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Thu Apr 12 04:31:35 2012] [error] [client 114.205.1.94] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 04:31:35 2012] [error] [client 114.205.1.94] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 04:31:35 2012] [error] [client 114.205.1.94] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 04:31:35 2012] [error] [client 114.205.1.94] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:07:12 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 13:25:32 2012] [error] [client 85.25.3.47] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 12 14:26:14 2012] [error] [client 200.179.209.55] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 01:05:18 2012] [error] [client 86.66.23.114] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Fri Apr 13 01:05:18 2012] [error] [client 86.66.23.114] [Fri Apr 13 01:05:18 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 01:05:18 2012] [error] [client 86.66.23.114] [Fri Apr 13 01:05:18 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 01:05:18 2012] [error] [client 86.66.23.114] [Fri Apr 13 01:05:18 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 01:05:18 2012] [error] [client 86.66.23.114] [Fri Apr 13 01:05:18 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 09:00:55 2012] [error] [client 85.31.196.196] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Fri Apr 13 09:00:56 2012] [error] [client 85.31.196.196] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 09:00:56 2012] [error] [client 85.31.196.196] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 09:00:56 2012] [error] [client 85.31.196.196] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 09:00:56 2012] [error] [client 85.31.196.196] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 11:25:29 2012] [error] [client 50.56.80.176] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 11:25:29 2012] [error] [client 50.56.80.176] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 11:25:29 2012] [error] [client 50.56.80.176] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 11:25:29 2012] [error] [client 50.56.80.176] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 11:25:29 2012] [error] [client 50.56.80.176] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 11:25:29 2012] [error] [client 50.56.80.176] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 11:25:30 2012] [error] [client 50.56.80.176] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 11:25:30 2012] [error] [client 50.56.80.176] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 13 20:07:56 2012] [error] [client 103.246.170.74] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 00:35:35 2012] [error] [client 50.63.54.242] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sat Apr 14 00:35:36 2012] [error] [client 50.63.54.242] [Sat Apr 14 00:35:36 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 00:35:36 2012] [error] [client 50.63.54.242] [Sat Apr 14 00:35:36 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 00:35:36 2012] [error] [client 50.63.54.242] [Sat Apr 14 00:35:36 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 00:35:36 2012] [error] [client 50.63.54.242] [Sat Apr 14 00:35:36 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 03:10:46 2012] [error] [client 187.108.197.190] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sat Apr 14 03:10:47 2012] [error] [client 187.108.197.190] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 03:10:47 2012] [error] [client 187.108.197.190] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 03:10:47 2012] [error] [client 187.108.197.190] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 03:10:47 2012] [error] [client 187.108.197.190] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 09:30:34 2012] [error] [client 61.235.0.163] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 19:46:17 2012] [error] [client 83.143.18.81] File does not exist: /usr/share/koha/intranet/htdocs/dawdwadwaad
[Sat Apr 14 19:46:18 2012] [error] [client 83.143.18.81] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 19:46:18 2012] [error] [client 83.143.18.81] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 19:46:18 2012] [error] [client 83.143.18.81] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 19:46:18 2012] [error] [client 83.143.18.81] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 19:46:18 2012] [error] [client 83.143.18.81] File does not exist: /usr/share/koha/intranet/htdocs/dawdwadwaad
[Sat Apr 14 19:46:19 2012] [error] [client 83.143.18.81] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 19:46:19 2012] [error] [client 83.143.18.81] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 19:46:19 2012] [error] [client 83.143.18.81] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 19:46:19 2012] [error] [client 83.143.18.81] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 19:46:19 2012] [error] [client 83.143.18.81] File does not exist: /usr/share/koha/intranet/htdocs/web-console
[Sat Apr 14 19:46:20 2012] [error] [client 83.143.18.81] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 19:46:20 2012] [error] [client 83.143.18.81] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 14 19:46:20 2012] [error] [client 83.143.18.81] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 14 19:46:20 2012] [error] [client 83.143.18.81] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 15 00:17:17 2012] [error] [client 69.64.37.212] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun Apr 15 00:17:18 2012] [error] [client 69.64.37.212] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 15 00:17:18 2012] [error] [client 69.64.37.212] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 15 00:17:18 2012] [error] [client 69.64.37.212] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 15 00:17:18 2012] [error] [client 69.64.37.212] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 05:11:57 2012] [error] [client 67.23.35.112] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 16:53:05 2012] [error] [client 138.195.48.69] [Mon Apr 16 16:53:05 2012] systempreferences.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=creators
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 17:59:38 2012] [error] [client 218.59.157.207] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 18:22:55 2012] [error] [client 175.41.156.153] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Mon Apr 16 18:22:55 2012] [error] [client 175.41.156.153] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 18:22:55 2012] [error] [client 175.41.156.153] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 16 18:22:55 2012] [error] [client 175.41.156.153] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 16 18:22:55 2012] [error] [client 175.41.156.153] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 17 07:39:42 2012] [error] [client 91.226.212.41] File does not exist: /usr/share/koha/intranet/htdocs/remote.php
[Tue Apr 17 07:39:42 2012] [error] [client 91.226.212.41] [Tue Apr 17 07:39:42 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 17 07:39:42 2012] [error] [client 91.226.212.41] [Tue Apr 17 07:39:42 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 17 07:39:42 2012] [error] [client 91.226.212.41] [Tue Apr 17 07:39:42 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 17 07:39:42 2012] [error] [client 91.226.212.41] [Tue Apr 17 07:39:42 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 17 10:19:06 2012] [error] [client 138.195.48.69] [Tue Apr 17 10:19:06 2012] z3950servers.pl: DBD::mysql::st execute failed: called with 9 bind variables when 10 are needed at /usr/share/koha/intranet/cgi-bin/admin/z3950servers.pl line 114., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/z3950servers.pl?op=add_form
[Tue Apr 17 10:26:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:11 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Tue Apr 17 10:26:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:26 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Tue Apr 17 10:26:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl?expanded_options=1
[Wed Apr 18 04:00:55 2012] [error] [client 115.179.208.193] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Wed Apr 18 04:00:56 2012] [error] [client 115.179.208.193] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 04:00:56 2012] [error] [client 115.179.208.193] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 04:00:56 2012] [error] [client 115.179.208.193] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 04:00:56 2012] [error] [client 115.179.208.193] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 06:07:37 2012] [error] [client 173.248.153.211] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 19:54:35 2012] [error] [client 61.251.236.114] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 18 22:22:54 2012] [error] [client 113.12.94.158] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 19 09:43:17 2012] [error] [client 146.155.75.50] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 19 21:24:10 2012] [error] [client 122.154.68.11] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Thu Apr 19 21:24:11 2012] [error] [client 122.154.68.11] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 19 21:24:11 2012] [error] [client 122.154.68.11] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 19 21:24:11 2012] [error] [client 122.154.68.11] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 19 21:24:11 2012] [error] [client 122.154.68.11] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 00:52:56 2012] [error] [client 50.18.75.146] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Fri Apr 20 00:52:57 2012] [error] [client 50.18.75.146] [Fri Apr 20 00:52:57 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 00:52:57 2012] [error] [client 50.18.75.146] [Fri Apr 20 00:52:57 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 00:52:57 2012] [error] [client 50.18.75.146] [Fri Apr 20 00:52:57 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 00:52:57 2012] [error] [client 50.18.75.146] [Fri Apr 20 00:52:57 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 17:13:03 2012] [error] [client 111.160.187.29] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 23:42:15 2012] [error] [client 183.62.161.166] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Fri Apr 20 23:42:16 2012] [error] [client 183.62.161.166] [Fri Apr 20 23:42:16 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 23:42:16 2012] [error] [client 183.62.161.166] [Fri Apr 20 23:42:16 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 20 23:42:16 2012] [error] [client 183.62.161.166] [Fri Apr 20 23:42:16 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 20 23:42:16 2012] [error] [client 183.62.161.166] [Fri Apr 20 23:42:16 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 21 07:55:19 2012] [error] [client 196.30.79.20] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sat Apr 21 07:55:20 2012] [error] [client 196.30.79.20] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 21 07:55:20 2012] [error] [client 196.30.79.20] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 21 07:55:20 2012] [error] [client 196.30.79.20] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 21 07:55:20 2012] [error] [client 196.30.79.20] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 21 15:05:38 2012] [error] [client 211.90.245.163] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sat Apr 21 15:05:39 2012] [error] [client 211.90.245.163] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 21 15:05:39 2012] [error] [client 211.90.245.163] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 21 15:05:39 2012] [error] [client 211.90.245.163] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 21 15:05:39 2012] [error] [client 211.90.245.163] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 11:05:31 2012] [error] [client 222.122.27.66] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun Apr 22 11:05:32 2012] [error] [client 222.122.27.66] [Sun Apr 22 11:05:32 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 11:05:32 2012] [error] [client 222.122.27.66] [Sun Apr 22 11:05:32 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 11:05:32 2012] [error] [client 222.122.27.66] [Sun Apr 22 11:05:32 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 11:05:32 2012] [error] [client 222.122.27.66] [Sun Apr 22 11:05:32 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 11:31:33 2012] [error] [client 113.108.98.99] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun Apr 22 11:31:34 2012] [error] [client 113.108.98.99] [Sun Apr 22 11:31:34 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 11:31:34 2012] [error] [client 113.108.98.99] [Sun Apr 22 11:31:34 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 11:31:34 2012] [error] [client 113.108.98.99] [Sun Apr 22 11:31:34 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 11:31:34 2012] [error] [client 113.108.98.99] [Sun Apr 22 11:31:34 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 15:26:08 2012] [error] [client 91.226.212.41] File does not exist: /usr/share/koha/intranet/htdocs/remote.php
[Sun Apr 22 15:26:09 2012] [error] [client 91.226.212.41] [Sun Apr 22 15:26:09 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 15:26:09 2012] [error] [client 91.226.212.41] [Sun Apr 22 15:26:09 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 15:26:09 2012] [error] [client 91.226.212.41] [Sun Apr 22 15:26:09 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 15:26:09 2012] [error] [client 91.226.212.41] [Sun Apr 22 15:26:09 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 19:46:32 2012] [error] [client 222.239.220.182] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun Apr 22 19:46:33 2012] [error] [client 222.239.220.182] [Sun Apr 22 19:46:33 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 19:46:33 2012] [error] [client 222.239.220.182] [Sun Apr 22 19:46:33 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 19:46:33 2012] [error] [client 222.239.220.182] [Sun Apr 22 19:46:33 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 19:46:33 2012] [error] [client 222.239.220.182] [Sun Apr 22 19:46:33 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 22:26:06 2012] [error] [client 216.75.2.172] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun Apr 22 22:26:07 2012] [error] [client 216.75.2.172] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 22:26:07 2012] [error] [client 216.75.2.172] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 22 22:26:07 2012] [error] [client 216.75.2.172] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sun Apr 22 22:26:07 2012] [error] [client 216.75.2.172] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 23 11:43:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:43:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Mon Apr 23 11:44:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Mon Apr 23 11:44:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Mon Apr 23 11:44:36 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Mon Apr 23 21:52:04 2012] [error] [client 94.31.7.244] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Mon Apr 23 21:52:05 2012] [error] [client 94.31.7.244] [Mon Apr 23 21:52:05 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 23 21:52:05 2012] [error] [client 94.31.7.244] [Mon Apr 23 21:52:05 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 23 21:52:05 2012] [error] [client 94.31.7.244] [Mon Apr 23 21:52:05 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 23 21:52:05 2012] [error] [client 94.31.7.244] [Mon Apr 23 21:52:05 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Mon Apr 23 23:49:23 2012] [error] [client 8.18.115.64] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 00:28:36 2012] [error] [client 216.68.119.50] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Tue Apr 24 00:28:37 2012] [error] [client 216.68.119.50] [Tue Apr 24 00:28:37 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 00:28:37 2012] [error] [client 216.68.119.50] [Tue Apr 24 00:28:37 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 00:28:37 2012] [error] [client 216.68.119.50] [Tue Apr 24 00:28:37 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 00:28:37 2012] [error] [client 216.68.119.50] [Tue Apr 24 00:28:37 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 10:40:59 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 13:38:11 2012] [error] [client 174.129.13.241] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Tue Apr 24 13:38:12 2012] [error] [client 174.129.13.241] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 13:38:12 2012] [error] [client 174.129.13.241] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 13:38:12 2012] [error] [client 174.129.13.241] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 13:38:12 2012] [error] [client 174.129.13.241] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 14:09:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?mode=popup
[Tue Apr 24 14:09:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?mode=popup
[Tue Apr 24 14:09:54 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?mode=popup
[Tue Apr 24 14:17:32 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=46
[Tue Apr 24 14:17:32 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=46
[Tue Apr 24 14:20:19 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:20:19 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:20:19 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:20:19 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:20:19 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:20:19 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:20:19 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:20:19 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:22:12 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=CO
[Tue Apr 24 14:22:12 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=CO
[Tue Apr 24 14:23:00 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:23:00 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:23:00 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:23:00 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:23:00 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:23:00 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:23:00 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:23:00 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:23:30 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:23:30 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl
[Tue Apr 24 14:23:51 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:23:51 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&amp;amp;type=intranet&amp;amp;marclist=mainmainentry&amp;amp;operator=contains&amp;amp;value=Soci%C3%A9t%C3%A9+fran%C3%A7aise&amp;amp;orderby=HeadingAsc
[Tue Apr 24 14:23:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=CO
[Tue Apr 24 14:23:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=CO
[Tue Apr 24 14:24:31 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=CO
[Tue Apr 24 14:24:31 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=CO
[Tue Apr 24 14:24:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=CO
[Tue Apr 24 14:24:50 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:24:50 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl
[Tue Apr 24 14:25:13 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:25:13 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:25:13 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:25:13 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:25:13 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:25:13 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:25:13 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:25:13 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_204309_100337&amp;amp;value_main=
[Tue Apr 24 14:29:24 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?mode=popup
[Tue Apr 24 14:29:24 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?mode=popup
[Tue Apr 24 14:29:25 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?mode=popup
[Tue Apr 24 14:31:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=68
[Tue Apr 24 14:31:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=68
[Tue Apr 24 14:31:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=68
[Tue Apr 24 14:50:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=84
[Tue Apr 24 14:50:09 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=84
[Tue Apr 24 14:51:57 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:51:57 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 255., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=1
[Tue Apr 24 14:51:58 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=1
[Tue Apr 24 14:52:36 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=1&amp;amp;amp;amp;op=
[Tue Apr 24 14:52:36 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=1&amp;amp;amp;amp;op=
[Tue Apr 24 14:52:37 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=1&amp;amp;amp;amp;op=
[Tue Apr 24 14:52:46 2012] [error] [client 138.195.48.69] [Tue Apr 24 14:52:46 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 255., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=1&amp;amp;amp;amp;op=
[Tue Apr 24 14:52:47 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=1
[Tue Apr 24 15:17:20 2012] [error] [client 138.195.48.69] [Tue Apr 24 15:17:20 2012] systempreferences.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=acquisitions
[Tue Apr 24 15:18:05 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Tue Apr 24 15:18:05 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Tue Apr 24 15:18:07 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Tue Apr 24 15:18:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Tue Apr 24 15:18:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Tue Apr 24 15:18:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Tue Apr 24 15:18:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Tue Apr 24 15:18:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Tue Apr 24 15:18:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Tue Apr 24 15:35:02 2012] [error] [client 138.195.48.67] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/js/tinymce/jscripts, referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/koha-news.pl?op=add_form
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 15:53:06 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 17:24:52 2012] [error] [client 138.195.48.67] [Tue Apr 24 17:24:52 2012] selectbranchprinter.pl: Use of uninitialized value $referer in pattern match (m//) at /usr/share/koha/intranet/cgi-bin/circ/selectbranchprinter.pl line 127.
[Tue Apr 24 17:25:11 2012] [error] [client 138.195.48.67] [Tue Apr 24 17:25:11 2012] selectbranchprinter.pl: Use of uninitialized value $referer in pattern match (m//) at /usr/share/koha/intranet/cgi-bin/circ/selectbranchprinter.pl line 127.
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Tue Apr 24 17:36:50 2012] [error] [client 87.111.35.135] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 00:04:02 2012] [error] [client 175.41.134.177] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Wed Apr 25 00:04:02 2012] [error] [client 175.41.134.177] [Wed Apr 25 00:04:02 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 00:04:02 2012] [error] [client 175.41.134.177] [Wed Apr 25 00:04:02 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 00:04:02 2012] [error] [client 175.41.134.177] [Wed Apr 25 00:04:02 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 00:04:02 2012] [error] [client 175.41.134.177] [Wed Apr 25 00:04:02 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:08:49 2012] [error] [client 61.5.209.108] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:10:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:12:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 14:46:00 2012] [error] [client 222.45.42.126] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 17:48:44 2012] [error] [client 213.223.45.177] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 17:52:28 2012] [error] [client 61.234.36.182] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Wed Apr 25 17:52:29 2012] [error] [client 61.234.36.182] [Wed Apr 25 17:52:29 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 17:52:29 2012] [error] [client 61.234.36.182] [Wed Apr 25 17:52:29 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 17:52:29 2012] [error] [client 61.234.36.182] [Wed Apr 25 17:52:29 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 17:52:29 2012] [error] [client 61.234.36.182] [Wed Apr 25 17:52:29 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Wed Apr 25 21:08:41 2012] [error] [client 190.114.245.226] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] mainpage.pl: 
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] mainpage.pl: mismatched tag at line 282, column 27, byte 11905 at /usr/lib/perl5/XML/Parser.pm line 187
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Output.pm line 31.
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 24.
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 24.
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] 404.pl: 
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] 404.pl: mismatched tag at line 282, column 27, byte 11905 at /usr/lib/perl5/XML/Parser.pm line 187
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 28.
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Thu Apr 26 15:05:31 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:05:31 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] mainpage.pl: 
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] mainpage.pl: mismatched tag at line 282, column 27, byte 11905 at /usr/lib/perl5/XML/Parser.pm line 187
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Output.pm line 31.
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 24.
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 24.
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] 404.pl: 
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] 404.pl: mismatched tag at line 282, column 27, byte 11905 at /usr/lib/perl5/XML/Parser.pm line 187
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 28.
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Thu Apr 26 15:06:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:06:34 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] install.pl: 
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] install.pl: mismatched tag at line 282, column 27, byte 11905 at /usr/lib/perl5/XML/Parser.pm line 187
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] install.pl: BEGIN failed--compilation aborted at InstallAuth.pm line 28.
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] install.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 7.
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] install.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/installer/install.pl line 7.
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] 404.pl: 
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] 404.pl: mismatched tag at line 282, column 27, byte 11905 at /usr/lib/perl5/XML/Parser.pm line 187
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 28.
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Thu Apr 26 15:07:16 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:07:16 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 431.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 308.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:46 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 326.
[Thu Apr 26 15:08:46 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Thu Apr 26 15:08:47 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:47 2012] 404.pl: No "ldapserver" in server hash from KOHA_CONF: /etc/koha/koha-conf.xml at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 56.
[Thu Apr 26 15:08:47 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:47 2012] 404.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 58, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:47 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:47 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 74, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:47 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:47 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:47 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:47 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:53 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:53 2012] mainpage.pl: No "ldapserver" in server hash from KOHA_CONF: /etc/koha/koha-conf.xml at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 56.
[Thu Apr 26 15:08:53 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:53 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 58, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:53 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:53 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 74, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:53 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:53 2012] mainpage.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:53 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:53 2012] mainpage.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Thu Apr 26 15:08:54 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:54 2012] 404.pl: No "ldapserver" in server hash from KOHA_CONF: /etc/koha/koha-conf.xml at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 56.
[Thu Apr 26 15:08:54 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:54 2012] 404.pl: Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 58, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:54 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:54 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 74, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:54 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:54 2012] 404.pl: Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:08:54 2012] [error] [client 138.195.48.69] [Thu Apr 26 15:08:54 2012] 404.pl: BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 22, &amp;lt;DATA&amp;gt; line 522.
[Thu Apr 26 15:50:00 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Thu Apr 26 15:50:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Thu Apr 26 15:50:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=119
[Thu Apr 26 15:50:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=119
[Thu Apr 26 15:52:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=157
[Thu Apr 26 15:52:54 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=157
[Thu Apr 26 15:56:19 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=182
[Thu Apr 26 15:56:20 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=182
[Thu Apr 26 16:06:17 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:17 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:17 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:17 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:17 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:17 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:06:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/search.pl
[Thu Apr 26 16:10:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Thu Apr 26 16:10:50 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Thu Apr 26 16:17:47 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=246
[Thu Apr 26 16:17:48 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=246
[Thu Apr 26 16:37:15 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Thu Apr 26 16:37:16 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Thu Apr 26 16:39:11 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:11 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;value_main=
[Thu Apr 26 16:39:11 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:11 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;value_main=
[Thu Apr 26 16:39:11 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:11 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;value_main=
[Thu Apr 26 16:39:11 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:11 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=NP&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;value_main=
[Thu Apr 26 16:39:22 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:22 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:22 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:22 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:22 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:22 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:22 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:22 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:34 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:34 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:34 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:34 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:34 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:43 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:43 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:43 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:43 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:43 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:43 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:43 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:43 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:49 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:49 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=is&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:49 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:49 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=is&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:49 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:49 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=is&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:49 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:49 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=is&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:56 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:56 2012] auth_finder.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=start&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:56 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:56 2012] auth_finder.pl: Use of uninitialized value $total in subtraction (-) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 90., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=start&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:56 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:56 2012] auth_finder.pl: Use of uninitialized value $total in numeric gt (&amp;gt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 112., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=start&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:39:56 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:39:56 2012] auth_finder.pl: Use of uninitialized value $total in numeric lt (&amp;lt;) at /usr/share/koha/intranet/cgi-bin/authorities/auth_finder.pl line 131., referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/auth_finder.pl?op=do_search&amp;amp;type=intranet&amp;amp;index=tag_700_subfield_a_147613_515178&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;and_or=and&amp;amp;operator=start&amp;amp;value_mainstr=becassine&amp;amp;marclist=mainentry&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;value_main=maison&amp;amp;and_or=and&amp;amp;operator=contains&amp;amp;orderby=HeadingAsc
[Thu Apr 26 16:43:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Thu Apr 26 16:43:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Thu Apr 26 16:45:33 2012] [error] [client 138.195.48.69] [Thu Apr 26 16:45:33 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 255., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=5
[Thu Apr 26 16:45:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=5
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Thu Apr 26 17:26:39 2012] [error] [client 88.146.180.26] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 02:02:08 2012] [error] [client 125.88.75.199] Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 06:38:05 2012] [error] [client 221.0.111.99] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Fri Apr 27 06:38:05 2012] [error] [client 221.0.111.99] [Fri Apr 27 06:38:05 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 06:38:05 2012] [error] [client 221.0.111.99] [Fri Apr 27 06:38:05 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 06:38:05 2012] [error] [client 221.0.111.99] [Fri Apr 27 06:38:05 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 06:38:05 2012] [error] [client 221.0.111.99] [Fri Apr 27 06:38:05 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 08:28:39 2012] [error] [client 14.63.248.50] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Fri Apr 27 08:28:39 2012] [error] [client 14.63.248.50] [Fri Apr 27 08:28:39 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 08:28:39 2012] [error] [client 14.63.248.50] [Fri Apr 27 08:28:39 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 08:28:39 2012] [error] [client 14.63.248.50] [Fri Apr 27 08:28:39 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 08:28:39 2012] [error] [client 14.63.248.50] [Fri Apr 27 08:28:39 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 09:30:14 2012] [error] [client 138.195.48.75] [Fri Apr 27 09:30:14 2012] addbooks.pl: Use of uninitialized value in subroutine entry at /usr/lib/perl5/Lingua/Stem/Snowball.pm line 55., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbooks.pl
[Fri Apr 27 23:11:16 2012] [error] [client 91.226.212.41] File does not exist: /usr/share/koha/intranet/htdocs/remote.php
[Fri Apr 27 23:11:17 2012] [error] [client 91.226.212.41] [Fri Apr 27 23:11:17 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 23:11:17 2012] [error] [client 91.226.212.41] [Fri Apr 27 23:11:17 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Fri Apr 27 23:11:17 2012] [error] [client 91.226.212.41] [Fri Apr 27 23:11:17 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Fri Apr 27 23:11:17 2012] [error] [client 91.226.212.41] [Fri Apr 27 23:11:17 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 28 09:27:56 2012] [error] [client 216.108.229.26] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sat Apr 28 09:27:56 2012] [error] [client 216.108.229.26] [Sat Apr 28 09:27:56 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 28 09:27:56 2012] [error] [client 216.108.229.26] [Sat Apr 28 09:27:56 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sat Apr 28 09:27:56 2012] [error] [client 216.108.229.26] [Sat Apr 28 09:27:56 2012] 404.pl: accept_language(x,y) called with no clientPreferences (x). at /usr/share/koha/lib/C4/Templates.pm line 331
[Sat Apr 28 09:27:56 2012] [error] [client 216.108.229.26] [Sat Apr 28 09:27:56 2012] 404.pl: Use of uninitialized value $lang in string eq at /usr/share/koha/lib/C4/Templates.pm line 336.
[Sun Apr 29 19:01:46 2012] [error] [client 151.9.175.87] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Mon Apr 30 07:47:45 2012] [error] [client 217.25.236.243] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
[Mon Apr 30 11:59:37 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:37 2012] mainpage.pl: Database update needed, redirecting to Installer. Database is 3.0604000 and Koha is 3.0700049 at /usr/share/koha/lib/C4/Auth.pm line 590.
[Mon Apr 30 11:59:37 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:37 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Mon Apr 30 11:59:37 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:37 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:37 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:37 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:37 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:37 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:37 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:37 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] 404.pl: Database update needed, redirecting to Installer. Database is 3.0604000 and Koha is 3.0700049 at /usr/share/koha/lib/C4/Auth.pm line 590.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:38 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:38 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:41 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:41 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Mon Apr 30 11:59:41 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Mon Apr 30 11:59:41 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:41 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Mon Apr 30 11:59:41 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Mon Apr 30 11:59:41 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:41 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3
[Mon Apr 30 11:59:41 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Mon Apr 30 11:59:42 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:42 2012] 404.pl: Database update needed, redirecting to Installer. Database is 3.0604000 and Koha is 3.0700049 at /usr/share/koha/lib/C4/Auth.pm line 590.
[Mon Apr 30 11:59:42 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:42 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424.
[Mon Apr 30 11:59:42 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:42 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:42 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:42 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301.
[Mon Apr 30 11:59:42 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:42 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:42 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:42 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319.
[Mon Apr 30 11:59:44 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:44 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:44 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:44 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:44 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:44 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:44 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:44 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:44 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:44 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:45 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:45 2012] install.pl: The following errors were returned while attempting to run the updatedatabase.pl script:, referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:45 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:45 2012] install.pl: [Mon Apr 30 11:59:44 2012] updatedatabase.pl: DBD::mysql::db do failed: Duplicate column name 'patronreason' at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 4586., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:45 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:45 2012] install.pl: , referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:45 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:45 2012] install.pl: [Mon Apr 30 11:59:44 2012] updatedatabase.pl: DBD::mysql::db do failed: Duplicate entry 'AllowItemsOnHoldCheckout' for key 'PRIMARY' at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/updatedatabase.pl line 4672., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:45 2012] [error] [client 138.195.48.69] [Mon Apr 30 11:59:45 2012] install.pl: , referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl
[Mon Apr 30 11:59:45 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:00:05 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Mon Apr 30 12:00:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:07 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:00:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:07 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:00:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:07 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:00:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:00:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:00:16 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:16 2012] about.pl: Can't exec "httpd": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 58., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Mon Apr 30 12:00:16 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:16 2012] about.pl: Can't exec "httpd2": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 59., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Mon Apr 30 12:00:18 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:00:18 2012] about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 127., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Mon Apr 30 12:00:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Mon Apr 30 12:00:54 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:05 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:05 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=updatestructure
[Mon Apr 30 12:05:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Mon Apr 30 12:05:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:07 2012] install.pl: Use of uninitialized value $string in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 424., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:05:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:07 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:05:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:07 2012] install.pl: Use of uninitialized value $current_language in string eq at /usr/share/koha/lib/C4/Languages.pm line 301., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:05:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:05:07 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:07 2012] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 319., referer: http://koha.ecp.fr:8080/cgi-bin/koha/installer/install.pl?step=3&amp;amp;op=finished
[Mon Apr 30 12:05:14 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:14 2012] about.pl: Can't exec "httpd": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 58., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Mon Apr 30 12:05:14 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:14 2012] about.pl: Can't exec "httpd2": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 59., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Mon Apr 30 12:05:15 2012] [error] [client 138.195.48.69] [Mon Apr 30 12:05:15 2012] about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 127., referer: http://koha.ecp.fr:8080/cgi-bin/koha/mainpage.pl
[Mon Apr 30 22:57:25 2012] [error] [client 220.225.146.35] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Wed May 02 09:44:27 2012] [error] [client 138.195.48.69] [Wed May  2 09:44:27 2012] fieldmapping.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/fieldmapping.pl line 65., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/koha2marclinks.pl
[Wed May 02 12:09:12 2012] [error] [client 138.195.48.74] [Wed May  2 12:09:12 2012] marctagstructure.pl: Use of uninitialized value in numeric eq (==) at /usr/share/koha/intranet/cgi-bin/admin/marctagstructure.pl line 284., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=
[Wed May 02 12:09:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=281
[Wed May 02 12:09:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=281
[Wed May 02 12:09:24 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=281
[Wed May 02 12:10:36 2012] [error] [client 138.195.48.69] [Wed May  2 12:10:36 2012] additem.pl: No max barcode (C4::Barcodes=HASH(0x4358878)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=6&amp;amp;frameworkcode=
[Wed May 02 12:13:13 2012] [error] [client 138.195.48.69] [Wed May  2 12:13:13 2012] export.pl: Wide character in print at /usr/share/koha/intranet/cgi-bin/catalogue/export.pl line 61., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=6
[Wed May 02 12:14:12 2012] [error] [client 138.195.48.69] [Wed May  2 12:14:12 2012] export.pl: Wide character in print at /usr/share/koha/intranet/cgi-bin/catalogue/export.pl line 61., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=6
[Wed May 02 12:16:27 2012] [error] [client 138.195.48.69] [Wed May  2 12:16:27 2012] koha-news.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/stage-marc-import.pl
[Wed May 02 12:16:27 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/js/tinymce/jscripts, referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/koha-news.pl
[Wed May 02 12:16:32 2012] [error] [client 138.195.48.69] You do not have permission to use atq., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/koha-news.pl
[Wed May 02 12:17:44 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=287
[Wed May 02 12:17:44 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=287
[Wed May 02 12:18:23 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:23 2012] additem.pl: No max barcode (C4::Barcodes=HASH(0x5023148)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=7&amp;amp;frameworkcode=
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] [Wed May  2 12:18:29 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl
[Wed May 02 12:18:29 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=7
[Wed May 02 12:18:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=7
[Wed May 02 14:12:22 2012] [error] [client 138.195.48.69] [Wed May  2 14:12:22 2012] batchMod.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/manage-marc-import.pl
[Wed May 02 14:15:23 2012] [error] [client 138.195.48.69] [Wed May  2 14:15:23 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl
[Wed May 02 14:16:52 2012] [error] [client 138.195.48.69] [Wed May  2 14:16:52 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&amp;amp;type=intranet&amp;amp;marclist=mainmainentry&amp;amp;operator=contains&amp;amp;value=090%24a&amp;amp;orderby=HeadingAsc
[Wed May 02 14:16:57 2012] [error] [client 138.195.48.69] [Wed May  2 14:16:57 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&amp;amp;type=intranet&amp;amp;marclist=mainmainentry&amp;amp;operator=contains&amp;amp;value=29723&amp;amp;orderby=HeadingAsc
[Wed May 02 14:17:06 2012] [error] [client 138.195.48.69] [Wed May  2 14:17:06 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&amp;amp;type=intranet&amp;amp;marclist=mainmainentry&amp;amp;operator=contains&amp;amp;value=090%24a&amp;amp;orderby=HeadingAsc
[Wed May 02 14:17:12 2012] [error] [client 138.195.48.69] [Wed May  2 14:17:12 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&amp;amp;type=intranet&amp;amp;authtypecode=NP&amp;amp;marclist=mainmainentry&amp;amp;operator=contains&amp;amp;value=*&amp;amp;orderby=HeadingAsc
[Wed May 02 14:17:18 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Wed May 02 14:17:18 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Wed May 02 14:17:20 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Wed May 02 14:29:07 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Wed May 02 14:29:07 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Wed May 02 14:30:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=323
[Wed May 02 14:30:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=323
[Wed May 02 14:31:00 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=323
[Wed May 02 14:32:22 2012] [error] [client 138.195.48.69] [Wed May  2 14:32:22 2012] additem.pl: No max barcode (C4::Barcodes=HASH(0x3b6ec00)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=8&amp;amp;frameworkcode=
[Wed May 02 14:34:29 2012] [error] [client 138.195.48.69] [Wed May  2 14:34:29 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl
[Wed May 02 14:34:41 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=SAUT
[Wed May 02 14:34:41 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=SAUT
[Wed May 02 14:34:43 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=SAUT
[Wed May 02 14:59:55 2012] [error] [client 138.195.48.69] [Wed May  2 14:59:55 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities-home.pl
[Wed May 02 15:00:47 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed May 02 15:00:47 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed May 02 15:00:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Wed May 02 15:56:40 2012] [error] [client 138.195.48.69] [Wed May  2 15:56:40 2012] about.pl: Can't exec "httpd": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 58., referer: http://koha.ecp.fr:8080/
[Wed May 02 15:56:40 2012] [error] [client 138.195.48.69] [Wed May  2 15:56:40 2012] about.pl: Can't exec "httpd2": No such file or directory at /usr/share/koha/intranet/cgi-bin/about.pl line 59., referer: http://koha.ecp.fr:8080/
[Wed May 02 15:56:40 2012] [error] [client 138.195.48.69] [Wed May  2 15:56:40 2012] about.pl: readline() on closed filehandle $file at /usr/share/koha/intranet/cgi-bin/about.pl line 127., referer: http://koha.ecp.fr:8080/
[Wed May 02 15:58:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Wed May 02 15:58:21 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=NP
[Wed May 02 15:59:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authid=5
[Wed May 02 15:59:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authid=5
[Wed May 02 15:59:32 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=TU
[Wed May 02 15:59:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/authorities.pl?authtypecode=TU
[Wed May 02 16:00:41 2012] [error] [client 138.195.48.69] [Wed May  2 16:00:41 2012] authorities-home.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/authorities/detail.pl?authid=6
[Wed May 02 16:02:13 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=330
[Wed May 02 16:02:14 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=330
[Wed May 02 16:06:12 2012] [error] [client 138.195.48.69] [Wed May  2 16:06:12 2012] additem.pl: No max barcode (C4::Barcodes=HASH(0x4680e10)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=9&amp;amp;frameworkcode=
[Wed May 02 16:06:45 2012] [error] [client 138.195.48.69] [Wed May  2 16:06:45 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=9
[Wed May 02 16:06:45 2012] [error] [client 138.195.48.69] [Wed May  2 16:06:45 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=9
[Wed May 02 16:06:45 2012] [error] [client 138.195.48.69] [Wed May  2 16:06:45 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=9
[Wed May 02 16:06:45 2012] [error] [client 138.195.48.69] [Wed May  2 16:06:45 2012] detail.pl: Use of uninitialized value in string ne at /usr/share/koha/intranet/cgi-bin/catalogue/detail.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=9
[Wed May 02 16:06:45 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=9
[Wed May 02 16:20:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA
[Wed May 02 16:20:59 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA
[Wed May 02 16:23:07 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=FA&amp;amp;breedingid=440
[Wed May 02 16:23:08 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=FA&amp;amp;breedingid=440
[Wed May 02 16:24:18 2012] [error] [client 138.195.48.69] [Wed May  2 16:24:18 2012] additem.pl: No max barcode (C4::Barcodes=HASH(0x53a94f0)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=10&amp;amp;frameworkcode=FA&amp;amp;duedatespec=
[Wed May 02 16:24:58 2012] [error] [client 138.195.48.69] [Wed May  2 16:24:58 2012] export.pl: Wide character in print at /usr/share/koha/intranet/cgi-bin/catalogue/export.pl line 61., referer: http://koha.ecp.fr:8080/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=10
[Thu May 03 06:59:40 2012] [error] [client 91.226.212.41] File does not exist: /usr/share/koha/intranet/htdocs/remote.php
[Thu May 03 09:52:10 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=481
[Thu May 03 09:52:10 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=481
[Thu May 03 09:52:12 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=481
[Thu May 03 10:04:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Thu May 03 10:04:35 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Thu May 03 10:04:37 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Thu May 03 10:09:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=522
[Thu May 03 10:09:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=522
[Thu May 03 10:09:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=522
[Thu May 03 11:11:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Thu May 03 11:11:53 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Thu May 03 11:11:55 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
[Thu May 03 11:12:24 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=553
[Thu May 03 11:12:24 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=553
[Thu May 03 11:13:51 2012] [error] [client 138.195.48.69] [Thu May  3 11:13:51 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl?op=add
[Thu May 03 11:14:08 2012] [error] [client 138.195.48.69] [Thu May  3 11:14:08 2012] suggestion.pl: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`message_queue`, CONSTRAINT `messageq_ibfk_1` FOREIGN KEY (`borrowernumber`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE CASCADE ON UPDATE CASCADE) at /usr/share/koha/lib/C4/Letters.pm line 694., referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:14:08 2012] [error] [client 138.195.48.69] [Thu May  3 11:14:08 2012] suggestion.pl: can't enqueue letter HASH(0x452f2a8) at /usr/share/koha/lib/C4/Suggestions.pm line 439., referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:14:08 2012] [error] [client 138.195.48.69] [Thu May  3 11:14:08 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:14:08 2012] [error] [client 138.195.48.69] [Thu May  3 11:14:08 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:14:08 2012] [error] [client 138.195.48.69] [Thu May  3 11:14:08 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:15:24 2012] [error] [client 138.195.48.69] [Thu May  3 11:15:24 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/acqui-home.pl
[Thu May 03 11:15:24 2012] [error] [client 138.195.48.69] [Thu May  3 11:15:24 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/acqui-home.pl
[Thu May 03 11:15:24 2012] [error] [client 138.195.48.69] [Thu May  3 11:15:24 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/acqui-home.pl
[Thu May 03 11:15:41 2012] [error] [client 138.195.48.69] [Thu May  3 11:15:41 2012] suggestion.pl: No suggestions CHECKED letter at /usr/share/koha/lib/C4/Letters.pm line 438., referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:15:41 2012] [error] [client 138.195.48.69] [Thu May  3 11:15:41 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:15:41 2012] [error] [client 138.195.48.69] [Thu May  3 11:15:41 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:15:41 2012] [error] [client 138.195.48.69] [Thu May  3 11:15:41 2012] suggestion.pl: Illegal Date '05/03/2012' does not match 'iso' format: yyyy-mm-dd at /usr/share/koha/intranet/cgi-bin/suggestion/suggestion.pl line 220, referer: http://koha.ecp.fr:8080/cgi-bin/koha/suggestion/suggestion.pl
[Thu May 03 11:22:45 2012] [error] [client 138.195.48.69] [Thu May  3 11:22:45 2012] aqbudgetperiods.pl: Illegal date specified (year = 2012, month = 31, day = 12) at /usr/share/koha/lib/C4/SQLHelper.pm line 407, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form
[Thu May 03 11:27:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:27:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:27:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:27:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:27:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:27:56 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:34 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:52 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:28:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:21 2012] [error] [client 138.195.48.69] [Thu May  3 11:29:21 2012] fieldmapping.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/fieldmapping.pl line 65., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/koha2marclinks.pl
[Thu May 03 11:29:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction, large print.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/MZ.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Music CD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/CD-ROM software.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/PF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:33 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/DVD.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/WEB.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Rare Book.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/SIRS.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Reference.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 11:29:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/AVNF.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/itemtypes.pl
[Thu May 03 12:31:49 2012] [error] [client 138.195.48.69] [Thu May  3 12:31:49 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:31:49 2012] [error] [client 138.195.48.69] [Thu May  3 12:31:49 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:31:49 2012] [error] [client 138.195.48.69] [Thu May  3 12:31:49 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:31:49 2012] [error] [client 138.195.48.69] [Thu May  3 12:31:49 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:33:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:33:30 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:33:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:33:30 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:33:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:33:30 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:33:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:33:30 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basketheader.pl?booksellerid=1&amp;amp;op=add_form
[Thu May 03 12:34:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:34:30 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=2
[Thu May 03 12:34:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:34:30 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=2
[Thu May 03 12:34:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:34:30 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=2
[Thu May 03 12:34:30 2012] [error] [client 138.195.48.69] [Thu May  3 12:34:30 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=2
[Thu May 03 12:34:37 2012] [error] [client 138.195.48.69] [Thu May  3 12:34:37 2012] z3950_search.pl: Use of uninitialized value $frameworkcode in string eq at /usr/share/koha/intranet/cgi-bin/acqui/z3950_search.pl line 100., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=2
[Thu May 03 12:34:37 2012] [error] [client 138.195.48.69] [Thu May  3 12:34:37 2012] z3950_search.pl: Use of uninitialized value $op in string ne at /usr/share/koha/intranet/cgi-bin/acqui/z3950_search.pl line 116., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=2
[Thu May 03 12:35:11 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:11 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 12:35:11 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:11 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 12:35:11 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:11 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 12:35:11 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:11 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 12:35:28 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:28 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=627&amp;amp;booksellerid=1&amp;amp;basketno=2
[Thu May 03 12:35:28 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:28 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=627&amp;amp;booksellerid=1&amp;amp;basketno=2
[Thu May 03 12:35:28 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:28 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=627&amp;amp;booksellerid=1&amp;amp;basketno=2
[Thu May 03 12:35:28 2012] [error] [client 138.195.48.69] [Thu May  3 12:35:28 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=627&amp;amp;booksellerid=1&amp;amp;basketno=2
[Thu May 03 13:45:42 2012] [error] [client 138.195.48.69] [Thu May  3 13:45:42 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 13:45:42 2012] [error] [client 138.195.48.69] [Thu May  3 13:45:42 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 13:45:42 2012] [error] [client 138.195.48.69] [Thu May  3 13:45:42 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 13:45:42 2012] [error] [client 138.195.48.69] [Thu May  3 13:45:42 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 13:49:05 2012] [error] [client 138.195.48.69] [Thu May  3 13:49:05 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 13:49:05 2012] [error] [client 138.195.48.69] [Thu May  3 13:49:05 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 13:49:05 2012] [error] [client 138.195.48.69] [Thu May  3 13:49:05 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 13:49:05 2012] [error] [client 138.195.48.69] [Thu May  3 13:49:05 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 14:08:09 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:09 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 14:08:09 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:09 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 14:08:09 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:09 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 14:08:09 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:09 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Thu May 03 14:08:15 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:15 2012] z3950_search.pl: Use of uninitialized value $frameworkcode in string eq at /usr/share/koha/intranet/cgi-bin/acqui/z3950_search.pl line 100., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=1
[Thu May 03 14:08:15 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:15 2012] z3950_search.pl: Use of uninitialized value $op in string ne at /usr/share/koha/intranet/cgi-bin/acqui/z3950_search.pl line 116., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=1
[Thu May 03 14:08:30 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:30 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:08:30 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:30 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:08:30 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:30 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:08:30 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:30 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:08:47 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:47 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=667&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:08:47 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:47 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=667&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:08:47 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:47 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=667&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:08:47 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:47 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=667&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:08:54 2012] [error] [client 138.195.48.69] [Thu May  3 14:08:54 2012] addorderiso2709.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/acqui/addorderiso2709.pl line 81., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=1
[Thu May 03 14:09:04 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:04 2012] z3950_search.pl: Use of uninitialized value $frameworkcode in string eq at /usr/share/koha/intranet/cgi-bin/acqui/z3950_search.pl line 100., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=1
[Thu May 03 14:09:04 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:04 2012] z3950_search.pl: Use of uninitialized value $op in string ne at /usr/share/koha/intranet/cgi-bin/acqui/z3950_search.pl line 116., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=1
[Thu May 03 14:09:45 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:45 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:09:45 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:45 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:09:45 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:45 2012] neworderempty.pl: Argument "\\x{31}\\x{31}..." isn't numeric in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:09:45 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:45 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:09:45 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:45 2012] neworderempty.pl: Use of uninitialized value in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/z3950_search.pl
[Thu May 03 14:09:59 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:59 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:09:59 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:59 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:09:59 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:59 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:09:59 2012] [error] [client 138.195.48.69] [Thu May  3 14:09:59 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:49:37 2012] [error] [client 138.195.48.69] [Thu May  3 14:49:37 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:49:37 2012] [error] [client 138.195.48.69] [Thu May  3 14:49:37 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:49:37 2012] [error] [client 138.195.48.69] [Thu May  3 14:49:37 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Thu May 03 14:49:37 2012] [error] [client 138.195.48.69] [Thu May  3 14:49:37 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/neworderempty.pl?breedingid=700&amp;amp;booksellerid=1&amp;amp;basketno=1
[Fri May 04 09:45:20 2012] [error] [client 138.195.48.69] [Fri May  4 09:45:20 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Fri May 04 09:45:20 2012] [error] [client 138.195.48.69] [Fri May  4 09:45:20 2012] basket.pl: Use of uninitialized value $total_est_gste in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Fri May 04 09:45:20 2012] [error] [client 138.195.48.69] [Fri May  4 09:45:20 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Fri May 04 09:45:20 2012] [error] [client 138.195.48.69] [Fri May  4 09:45:20 2012] basket.pl: Use of uninitialized value $gist_est in sprintf at /usr/share/koha/intranet/cgi-bin/acqui/basket.pl line 370., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/booksellers.pl
[Fri May 04 09:45:40 2012] [error] [client 138.195.48.69] [Fri May  4 09:45:40 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=1
[Fri May 04 09:45:40 2012] [error] [client 138.195.48.69] [Fri May  4 09:45:40 2012] neworderempty.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/acqui/neworderempty.pl line 337., referer: http://koha.ecp.fr:8080/cgi-bin/koha/acqui/basket.pl?basketno=1
[Fri May 04 10:14:36 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Fri May 04 10:14:37 2012] [error] [client 138.195.48.69] [Fri May  4 10:14:37 2012] categorie.pl: Illegal date specified (year = 0, month = 0, day = 00) at /usr/share/koha/intranet/cgi-bin/admin/categorie.pl line 200
[Fri May 04 10:14:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Fri May 04 10:14:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 162., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 167., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 174., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 606., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value in hash element at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:16:20 2012] [error] [client 138.195.48.69] [Fri May  4 10:16:20 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 656., referer: http://koha.ecp.fr:8080/cgi-bin/koha/tools/tools-home.pl
[Fri May 04 10:18:34 2012] [error] [client 138.195.48.69] [Fri May  4 10:18:34 2012] moremember.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/memberentry.pl?op=add&amp;amp;amp;categorycode=TEST
[Fri May 04 10:19:27 2012] [error] [client 138.195.48.69] [Fri May  4 10:19:27 2012] circulation.pl: Use of uninitialized value $findborrower in substitution (s///) at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 100., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/member-flags.pl?member=1
[Fri May 04 10:19:27 2012] [error] [client 138.195.48.69] [Fri May  4 10:19:27 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 162., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/member-flags.pl?member=1
[Fri May 04 10:19:27 2012] [error] [client 138.195.48.69] [Fri May  4 10:19:27 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 167., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/member-flags.pl?member=1
[Fri May 04 10:19:27 2012] [error] [client 138.195.48.69] [Fri May  4 10:19:27 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 174., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/member-flags.pl?member=1
[Fri May 04 10:19:27 2012] [error] [client 138.195.48.69] [Fri May  4 10:19:27 2012] circulation.pl: Use of uninitialized value in hash element at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/member-flags.pl?member=1
[Fri May 04 10:19:27 2012] [error] [client 138.195.48.69] [Fri May  4 10:19:27 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/member-flags.pl?member=1
[Fri May 04 10:20:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:20:13 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 49., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/admin-home.pl
[Fri May 04 10:20:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:20:13 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 57., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/admin-home.pl
[Fri May 04 10:20:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:20:13 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 79., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/admin-home.pl
[Fri May 04 10:20:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:20:13 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 102., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/admin-home.pl
[Fri May 04 10:20:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:20:13 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 135., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/admin-home.pl
[Fri May 04 10:20:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:20:13 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 180., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/admin-home.pl
[Fri May 04 10:20:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:20:13 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/admin-home.pl
[Fri May 04 10:22:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:22:06 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 49., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/smart-rules.pl
[Fri May 04 10:22:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:22:06 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 57., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/smart-rules.pl
[Fri May 04 10:22:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:22:06 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 79., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/smart-rules.pl
[Fri May 04 10:22:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:22:06 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 102., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/smart-rules.pl
[Fri May 04 10:22:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:22:06 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 135., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/smart-rules.pl
[Fri May 04 10:22:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:22:06 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 180., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/smart-rules.pl
[Fri May 04 10:22:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:22:06 2012] smart-rules.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/smart-rules.pl line 260., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/smart-rules.pl
[Fri May 04 10:23:36 2012] [error] [client 138.195.48.69] [Fri May  4 10:23:36 2012] moremember.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation.pl?borrowernumber=1
[Fri May 04 10:24:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=731
[Fri May 04 10:24:38 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=731
[Fri May 04 10:25:06 2012] [error] [client 138.195.48.69] [Fri May  4 10:25:06 2012] additem.pl: No max barcode (C4::Barcodes=HASH(0x4fb1a40)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=17&amp;amp;frameworkcode=
[Fri May 04 10:25:54 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:26 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/img/itemtypeimg/Fiction.gif, referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 162., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 167., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 174., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 606., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value in hash element at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:40 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:40 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 656., referer: http://koha.ecp.fr:8080/cgi-bin/koha/reserve/request.pl?biblionumber=17
[Fri May 04 10:26:52 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:52 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 162., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation.pl
[Fri May 04 10:26:52 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:52 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 167., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation.pl
[Fri May 04 10:26:52 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:52 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 174., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation.pl
[Fri May 04 10:26:52 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:52 2012] circulation.pl: Use of uninitialized value in hash element at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation.pl
[Fri May 04 10:26:52 2012] [error] [client 138.195.48.69] [Fri May  4 10:26:52 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation.pl
[Fri May 04 10:29:56 2012] [error] [client 138.195.48.69] [Fri May  4 10:29:56 2012] moremember.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation.pl
[Fri May 04 10:30:08 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:08 2012] readingrec.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/members/readingrec.pl line 92., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/boraccount.pl?borrowernumber=1
[Fri May 04 10:30:13 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:13 2012] viewlog.pl: Use of uninitialized value $user in string ne at /usr/share/koha/lib/C4/Log.pm line 217., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/readingrec.pl?borrowernumber=1
[Fri May 04 10:30:42 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:42 2012] readingrec.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/members/readingrec.pl line 92., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/notices.pl?borrowernumber=1
[Fri May 04 10:30:48 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:48 2012] moremember.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/boraccount.pl?borrowernumber=1
[Fri May 04 10:30:51 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:51 2012] circulation.pl: Use of uninitialized value $findborrower in substitution (s///) at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 100., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=1
[Fri May 04 10:30:51 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:51 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 162., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=1
[Fri May 04 10:30:51 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:51 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 167., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=1
[Fri May 04 10:30:51 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:51 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 174., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=1
[Fri May 04 10:30:51 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:51 2012] circulation.pl: Use of uninitialized value in hash element at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=1
[Fri May 04 10:30:51 2012] [error] [client 138.195.48.69] [Fri May  4 10:30:51 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/members/moremember.pl?borrowernumber=1
[Fri May 04 10:35:32 2012] [error] [client 138.195.48.69] [Fri May  4 10:35:32 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 162., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation-home.pl
[Fri May 04 10:35:32 2012] [error] [client 138.195.48.69] [Fri May  4 10:35:32 2012] circulation.pl: Use of uninitialized value in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 167., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation-home.pl
[Fri May 04 10:35:32 2012] [error] [client 138.195.48.69] [Fri May  4 10:35:32 2012] circulation.pl: Use of uninitialized value $print in string eq at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 174., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation-home.pl
[Fri May 04 10:35:32 2012] [error] [client 138.195.48.69] [Fri May  4 10:35:32 2012] circulation.pl: Use of uninitialized value in hash element at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation-home.pl
[Fri May 04 10:35:32 2012] [error] [client 138.195.48.69] [Fri May  4 10:35:32 2012] circulation.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/circ/circulation.pl line 640., referer: http://koha.ecp.fr:8080/cgi-bin/koha/circ/circulation-home.pl
[Fri May 04 15:29:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Fri May 04 15:29:04 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Fri May 04 15:29:06 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Sat May 05 02:35:32 2012] [error] [client 88.191.139.222] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sat May 05 13:18:19 2012] [error] [client 107.22.224.13] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Sun May 06 22:21:50 2012] [error] [client 202.111.185.16] File does not exist: /usr/share/koha/intranet/htdocs/jmx-console
[Tue May 08 00:55:41 2012] [error] [client 222.143.26.171] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Wed May 09 09:28:20 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=765
[Wed May 09 09:28:20 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=765
[Wed May 09 09:28:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=765
[Wed May 09 09:28:39 2012] [error] [client 138.195.48.69] [Wed May  9 09:28:39 2012] addbiblio.pl: oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=765
[Wed May 09 09:29:00 2012] [error] [client 138.195.48.69] [Wed May  9 09:29:00 2012] additem.pl: No existing hbyymmincr barcodes found.  Reverting to initial value. at /usr/share/koha/lib/C4/Barcodes/hbyymmincr.pm line 65., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=18&amp;amp;frameworkcode=
[Wed May 09 09:29:00 2012] [error] [client 138.195.48.69] [Wed May  9 09:29:00 2012] additem.pl: No max barcode (C4::Barcodes::hbyymmincr=HASH(0x3d21000)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=18&amp;amp;frameworkcode=
[Wed May 09 09:33:39 2012] [error] [client 138.195.48.69] [Wed May  9 09:33:39 2012] marctagstructure.pl: Use of uninitialized value in numeric eq (==) at /usr/share/koha/intranet/cgi-bin/admin/marctagstructure.pl line 284., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=
[Wed May 09 09:46:35 2012] [error] [client 207.20.61.85] File does not exist: /usr/share/koha/intranet/htdocs/manager
[Wed May 09 09:48:36 2012] [error] [client 138.195.48.69] [Wed May  9 09:48:36 2012] fieldmapping.pl: Use of uninitialized value $op in string eq at /usr/share/koha/intranet/cgi-bin/admin/fieldmapping.pl line 65., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/koha2marclinks.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:11 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:11 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:12 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:12 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in substitution (s///) at /usr/share/koha/lib/C4/ImportExportFramework.pm line 325., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 09:49:13 2012] [error] [client 138.195.48.69] [Wed May  9 09:49:13 2012] import_export_framework.pl: Use of uninitialized value in concatenation (.) or string at /usr/share/koha/lib/C4/ImportExportFramework.pm line 326., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/biblio_framework.pl
[Wed May 09 10:14:22 2012] [error] [client 138.195.48.69] [Wed May  9 10:14:22 2012] systempreferences.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl
[Wed May 09 10:17:05 2012] [error] [client 138.195.48.69] [Wed May  9 10:17:05 2012] systempreferences.pl: Problem = a value of 1 has been passed to param without key at /usr/share/koha/lib/C4/Templates.pm line 187., referer: http://koha.ecp.fr:8080/cgi-bin/koha/admin/preferences.pl?tab=staff_client
[Wed May 09 10:20:55 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=775
[Wed May 09 10:20:55 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=775
[Wed May 09 10:20:57 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=775
[Wed May 09 10:21:30 2012] [error] [client 138.195.48.69] [Wed May  9 10:21:30 2012] addbiblio.pl: Use of uninitialized value $result in split at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 150., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=775
[Wed May 09 10:21:49 2012] [error] [client 138.195.48.69] [Wed May  9 10:21:49 2012] additem.pl: No existing hbyymmincr barcodes found.  Reverting to initial value. at /usr/share/koha/lib/C4/Barcodes/hbyymmincr.pm line 65., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=19&amp;amp;frameworkcode=
[Wed May 09 10:21:49 2012] [error] [client 138.195.48.69] [Wed May  9 10:21:49 2012] additem.pl: No max barcode (C4::Barcodes::hbyymmincr=HASH(0x40d78f8)-&amp;gt;autoBarcode format) found.  Using initial value. at /usr/share/koha/lib/C4/Barcodes.pm line 124., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=19&amp;amp;frameworkcode=
[Wed May 09 10:21:49 2012] [error] [client 138.195.48.69] [Wed May  9 10:21:49 2012] additem.pl: Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=19&amp;amp;frameworkcode=
[Wed May 09 10:21:49 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed May 09 10:21:50 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed May 09 10:21:51 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/favicon.ico
[Wed May 09 10:21:59 2012] [error] [client 138.195.48.69] [Wed May  9 10:21:59 2012] additem.pl: Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=19&amp;amp;frameworkcode=
[Wed May 09 10:22:43 2012] [error] [client 138.195.48.69] [Wed May  9 10:22:43 2012] addbiblio.pl: Use of uninitialized value $result in split at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 150., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=775
[Wed May 09 10:23:06 2012] [error] [client 138.195.48.69] [Wed May  9 10:23:06 2012] additem.pl: Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=20&amp;amp;frameworkcode=
[Wed May 09 10:27:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=834
[Wed May 09 10:27:22 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=834
[Wed May 09 10:27:23 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=834
[Wed May 09 10:27:42 2012] [error] [client 138.195.48.69] [Wed May  9 10:27:42 2012] addbiblio.pl: Use of uninitialized value $result in split at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 150., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;breedingid=834
[Wed May 09 10:28:04 2012] [error] [client 138.195.48.69] [Wed May  9 10:28:04 2012] additem.pl: Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=21&amp;amp;frameworkcode=
[Wed May 09 10:43:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Wed May 09 10:43:01 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Wed May 09 10:43:03 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl
[Wed May 09 10:43:48 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=854
[Wed May 09 10:43:48 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=854
[Wed May 09 10:43:50 2012] [error] [client 138.195.48.69] File does not exist: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/fr-FR/lib/yui/plugins, referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=854
[Wed May 09 10:44:07 2012] [error] [client 138.195.48.69] [Wed May  9 10:44:07 2012] addbiblio.pl: Use of uninitialized value $result in split at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 150., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=0&amp;amp;z3950=1&amp;amp;frameworkcode=Default&amp;amp;breedingid=854
[Wed May 09 10:44:22 2012] [error] [client 138.195.48.69] [Wed May  9 10:44:22 2012] additem.pl: Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919., referer: http://koha.ecp.fr:8080/cgi-bin/koha/cataloguing/additem.pl?biblionumber=22&amp;amp;frameworkcode=
_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/&lt;/pre&gt;</description>
    <dc:creator>Samuel desseaux</dc:creator>
    <dc:date>2012-05-09T09:41:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7814">
    <title>Sharing news about KohaCon12</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7814</link>
    <description>&lt;pre&gt;Hello koha-devel,

Just to share: 6 ppl of BibLibre comes at the KohaCon. We should arrive
on monday 4th and leave on tuesday, 12th.
We will stay at



&lt;/pre&gt;</description>
    <dc:creator>Paul Poulain</dc:creator>
    <dc:date>2012-05-09T08:33:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7811">
    <title>KohaCon 2013 Wiki Reminder</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7811</link>
    <description>&lt;pre&gt;Salvete!

    A while back, a mess of folks expressed interest over the listserv in bidding for KohaCon 2013. This is great. :) What is not great is that the folks that proclaimed their love of hosting over the listserv do not match with this wiki page:

http://wiki.koha-community.org/wiki/Kohacon2013

    So if you're earnest, please edit it, and soonish that way we can generate a proper ballot.

Cheers,
Brooke

_______________________________________________
Koha-devel mailing list
Koha-devel-yy2XUMoudrGBeeJdjao7tfCrwMbev77B&amp;lt; at &amp;gt;public.gmane.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

&lt;/pre&gt;</description>
    <dc:creator>BWS Johnson</dc:creator>
    <dc:date>2012-05-08T17:32:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.education.libraries.koha.devel/7810">
    <title>Koha 3.6 string freeze</title>
    <link>http://comments.gmane.org/gmane.education.libraries.koha.devel/7810</link>
    <description>&lt;pre&gt;Greetings, international Koha community!

As you may know, I was elected as Release Maintainer for the 3.6.x branch
for the Koha 3.10 release cycle. Well, the time has come to do some
releasing! Over the weekend I cherry-picked all candidates for inclusion in
the 3.6.x into a new branch: 3.6.x-maint/testing. I encourage you to test
that branch out, and try to shake out any bugs that there may be. Tomorrow
I will be cherry-picking commits into the existing 3.6.x branch for the
Koha 3.6.5 release. With the exception of high priority patches, only those
commits that were incorporated into Master on or before April 12 will be
considered for inclusion. The 3.6.x branch will then enter string freeze on
May 10 at 16:00 UTC to give the translation teams time to work their magic.
Koha 3.6.5 will be released on May 24.

Regards,
Jared Camins-Esakov

&lt;/pre&gt;</description>
    <dc:creator>Jared Camins-Esakov</dc:creator>
    <dc:date>2012-05-08T16:29:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.education.libraries.koha.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.education.libraries.koha.devel</link>
  </textinput>
</rdf:RDF>

