Thanks Matt, Now it works:) - I just switch off notices. When the notices where on, the program didn't work. Beside the obvious lines with notices, whatever I entered in the form it always displayed Coming Soon page instead of the calls data.
Thanks again, pepesz On Fri, Nov 6, 2009 at 7:15 AM, Matt Riddell <[email protected]> wrote: > On 26/10/09 3:47 AM, Lukasz Pakula wrote: > > Dear all, > > > > I'm trying to install Asterisk-stat (ASTERISK CDR ANALYSER) following: > > http://www.voip-info.org/wiki/index.php?page=Asterisk+CDR+Areski+GUI > > however it fails to run properly - lots of lines like: > > > > *Notice*: Undefined variable: s in > > */home/lukasz/DATA/www/asterisk-stat/cdr.php* on line *26* > > *Notice*: Undefined variable: t in > > */home/lukasz/DATA/www/asterisk-stat/cdr.php* on line *27* > > That's not an error - it's a notice - it means you have error_reporting > set to E_ALL in php.ini. > > Depending on which version of Linux you use the file could be in a few > places. > > If you are using Debian it would be in: > > /etc/php5/apache2/php.ini > > You'll need to restart Apache after changing the setting. > > If you're brave you could surround the lines creating the problem with: > > if (isset($s)) { > // Do something with $s > } > > (replacing the commented line // with the line in question) > > -- > Cheers, > > Matt Riddell > Director > _______________________________________________ > > http://www.venturevoip.com/news.php (Daily Asterisk News) > http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer) > http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems) > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
