Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: Muecke on 27 February 2012, 12:18:53

Title: Alexandria Book Library for J25 Warning: error_log()...
Post by: Muecke on 27 February 2012, 12:18:53
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
Title: Re: Alexandria Book Library for J25 Warning: error_log()...
Post by: federica on 27 February 2012, 13:10:32
Hi Muecke,
download and install the latest version:
Alexandria book Library 2.0.2 (http://www.alexandriabooklibrary.org/en/downloads/viewcategory/24-component.html)

This warning will disappear.
Title: Re: Alexandria Book Library for J25 Warning: error_log()...
Post by: Muecke on 27 February 2012, 13:19:18
Quote from: federica on 27 February 2012, 13:10:32
Hi Muecke,
download and install the latest version:
Alexandria book Library 2.0.2 (http://www.alexandriabooklibrary.org/en/downloads/viewcategory/24-component.html)

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 (http://muecke.square7.ch/index.php/buecher)
Title: Re: Alexandria Book Library for J25 Warning: error_log()...
Post by: federica on 27 February 2012, 14:51:25
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.
Title: Re: Alexandria Book Library for J25 Warning: error_log()...
Post by: Muecke on 27 February 2012, 15:23:36
Perfect thank you.