Hi, I have a problem with the installation, the log archive contain this:

[Fri Jul 01 10:54:54 2011] [error] [client 10.x.x.x] [Fri Jul  1 10:54:54 2011] 
LibXSLT.pm: Warning: XML::LibXSLT compiled against libxslt 10118, but runtime 
libxslt is older 10117, referer....

we have tried to install the perl-XML-libxslt-1.70 ... but has dependencies on 
libxslt, libxml and others, we try to compile but without good results, they 
also have other dependencies.

I have to use(mandatory?) version 1.70 of XML-LibXSLT in Koha 3.0.6, or I can 
use a previous version?
Waiting for your help, thanks


------- 
"¿Quieres subir? Comienza por descender. Planeas una torre que atravesará las 
nubes? Coloca primero el fundamento de la humildad." 

~ San Agustín 

----- Mensaje original -----
De: "Tomas Cohen Arazi" <[email protected]>
Para: "Edisnel Carrazana Castro" <[email protected]>
CC: [email protected]
Enviados: Jueves, 3 de Febrero 2011 12:17:55 (GMT-0500) Auto-Detected
Asunto: Re: [Koha-devel] Save user visits in Opac

On Thu, Feb 3, 2011 at 1:48 PM, Edisnel Carrazana Castro
<[email protected]> wrote:
>
>  I want to register in a table the user visits to the site after logged in. 
> In wich place of the source code of Koha can I do that?
>
> I push the function to insert the visit in a page [in opac-user.pl] , but 
> several insertions occur
> whenever this page is accessed. What can I do?

If I was you, I would rather enable the apache's access log and
process it from the outside with some specialized tool like awstats.
That way you can be sure you count several visits as different ones
and such.

If you want to do it visit-then-insert-into-table, the I would create
a page (the language you prefer) and call it from a javascript
function in 'opacuserjs' configuration variable. You can even use
Google Analytics the same way.

To+
_______________________________________________
Koha-devel mailing list
[email protected]
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/

Reply via email to