Appreciate your work. I love the the looks of the current git version!
Both version 0.5.2 and the current git version seem to work, but my
apache error log (level crit) grows rapidly (a few Mb's per click).
Attached last 500 lines of apache logs for both versions. Is there
something wrong with my setup, or should I just lower the loglevel and
wait for updates?
Some context:
I'm on Debian Squeeze, behind apache2 with php5.conf and php5.load
enabled, and ExecCGI set for php files.
$ dpkg --get-selections *php*
libapache2-mod-php5 install
php5 install
php5-cli install
php5-common install
php5-suhosin install
$ php5 --version
PHP 5.3.3-7+squeeze1 with Suhosin-Patch (cli) (built: Mar 18 2011
20:10:12) Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
$ apache2 -v
Server version: Apache/2.2.16 (Debian)
Server built: Mar 22 2011 21:14:10
Thanks for your time.
Joep
> There's nothing wrong with your setup. The messages you are seeing are
> just notices from PHP relating to code in mpd.class. You can suppress
> these messages by setting your error_reporting level in php.in to
> exclude notices.
>
> error_reporting = E_ALL & ~E_NOTICE
>
Bingo! That did the trick. Thanks, Dan :)
Joep
Are you getting the same log messages as Joep? If so I would suggest that you might not have edited the right php.ini file. What system are you running NeoMPC on?
- Dan
Sent with Sparrow
> --
> You received this message because you are subscribed to the Google Groups "NeoMPC" group.
> To post to this group, send an email to neo...@googlegroups.com.
> To unsubscribe from this group, send email to neompc+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/neompc?hl=en-GB.
>