1
legshot
Notices?
  • 2005/12/21 13:20

  • legshot

  • Just popping in

  • Posts: 2

  • Since: 2005/12/21


Hi everyone,

First of all let me thank the development team of xoops, for this great program ;) Now to my question:

I wonder why the XOOPS source uses references in a way which is not recommended and thus produces notices of this kind:

Quote:
Notice [PHP]: Only variables should be assigned by reference in file kernel/profile.php line 94
Notice [PHP]: Only variables should be assigned by reference in file include/common.php line 215


...and yet turns on full error_reporting overwriting the default and one set in my .htaccess file?

Is there a special reason for this?

EDIT:

Nevermind, I just found a configuration option for this, in the main settings ;)