1
zanchos
I have this notices at the bottom of my page please help!
  • 2006/3/21 16:39

  • zanchos

  • Just popping in

  • Posts: 1

  • Since: 2006/1/31


</html>Notice [PHP]: Only variables should be assigned by reference in file include/common.php line 215<br>
Notice [PHP]: Only variables should be assigned by reference in file kernel/config.php line 239<br>
Notice [PHP]: Only variables should be assigned by reference in file kernel/config.php line 239<br>
Notice [PHP]: Only variables should be assigned by reference in file kernel/groupperm.php line 229<br>
Notice [PHP]: Only variables should be assigned by reference in file kernel/blockinstance.php line 169<br>
Notice [PHP]: Only variable references should be returned by reference in file kernel/blockinstance.php line 111<br>
Notice [PHP]: Only variables should be assigned by reference in file modules/system/blocks/system_blocks.php line 151<br>
Notice [PHP]: Only variables should be assigned by reference in file kernel/groupperm.php line 229<br>
Notice [PHP]: Only variables should be assigned by reference in file modules/system/blocks/system_blocks.php line 154<br>

2
gestroud
Re: I have this notices at the bottom of my page please help!
  • 2006/3/21 16:47

  • gestroud

  • Home away from home

  • Posts: 1538

  • Since: 2004/12/22


No need to worry. They are just notices, not "Warning" or "Error" messages. They pop up from time to time but shouldn't affect your site's functionality.

3
stefan88
Re: I have this notices at the bottom of my page please help!
  • 2006/3/21 18:52

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


If you want to hide them, check in XOOPS admin -> preferences -> general if debug mode is set and turn it off.

If it is off you need to set in php.ini file error handling with option :

& ~E_NOTICE
..

4
e-u-l-o-g-y
Re: I have this notices at the bottom of my page please help!

Isn't this a PHP-version problem? I just had the same thing.. is it ok to just ignore it, and are there any (not too complex) ways to get rid of them? A patch?

5
McNaz
Re: I have this notices at the bottom of my page please help!
  • 2006/4/1 8:25

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


hi eulogy.

As mentioned, these are warning messages and are due to recent php language changes (in versions 4 and 5) in regards to returning function variable by reference.

This is not a problem and this has been addressed (at least in the core) in XOOPS 2.3.

Your best option is just to disable php debug messages as these should really be off for a production site as debug messages often give away you base directory (read security risk).

Cheers.

McNaz.

6
e-u-l-o-g-y
Re: I have this notices at the bottom of my page please help!

Thanks... It's just a bit irritating that there might be "real" error messages between these messages

Login

Who's Online

156 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 156


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits