Hey,

This is not really an error, but rather a warning. I'm looking into how to
get rid of it.

You can disable such warnings by adding this to your LocalSettings file:

error_reporting(E_ALL);

If you already have something like what's below, remove it:

error_reporting(E_ALL| E_STRICT);

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil.
--
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to