Alexandria Book Library for J25 Warning: error_log()...

Started by Muecke, 27 February 2012, 12:18:53

Previous topic - Next topic

Muecke

Hallo alle miteinander,

ich bin aus Deutschland, und lasse alle meine Texte mit Google übersetzen :-)

ich habe mir das "Alexandria Book Library" für Joomla 2.5 herunter geladen und Installiert, ich bin sehr zufrieden damit, nur das ich immer eine Fehlermeldung bekomme :-(

QuoteWarning: error_log() has been disabled for security reasons in /users/muecke/www/components/com_abook/abook.php on line 27

kann mir jemand Helfen was ich da Falsch mache? was muss ich denn ändern damit die Meldung nicht mehr kommt?

Gruß
Mücke

-----------------------------------------

Hello all together,

I am from Germany, and have all my texts translate with Google :-)

I've downloaded the "Alexandria Library Book" for Joomla 5.2 Download and Install, I am very happy with it, but I always get an error message :-(

QuoteWarning: error_log () has been disabled for security reasons in / home / muecke / www / components / com_abook / abook.php on line 27

can anyone help me what I am doing wrong? What do I need to change because it no longer get the message?

greeting
Mücke


-----------------------------------------

Ciao a tutti insieme,

Io sono dalla Germania, e hanno tutti i miei testi tradurre con Google :-)

Ho scaricato il "Libro biblioteca di Alessandria" per Joomla 5,2 Download e installazione, sono molto soddisfatto, ma ho sempre visualizzato un messaggio di errore :-(

QuoteWarning: error_log () è stato disabilitato per motivi di sicurezza in / home / Muecke / www / components / com_abook / abook.php on line 27

qualcuno mi può aiutare quello che sto facendo di sbagliato? Di cosa ho bisogno di cambiare perché non ha più il messaggio?

saluto
Mücke

federica

Hi Muecke,
download and install the latest version:
Alexandria book Library 2.0.2

This warning will disappear.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

Muecke

Quote from: federica on 27 February 2012, 13:10:32
Hi Muecke,
download and install the latest version:
Alexandria book Library 2.0.2

This warning will disappear.

Hi, I have the version "Alexandria Book Library 2.0.2" installed. yes the error is in the ... http://muecke.square7.ch/index.php/buecher

federica

Hi Muecke,
open the file your_site/components/com_abook/abook.php
modify the row number 27
from
error_log(JRequest::getVar( 'task' ));
to
//error_log(JRequest::getVar( 'task' ));

Your server doesn't support the error_log function.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]