1
tedsmith
Explain these PHP Errors?
  • 2005/8/6 9:03

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


With PHP Debug mode on, when I go to system admin, I get this :

le="color: #000000"><?php Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 383 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 383 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 383 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 383 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 383 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 383 Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 493 Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236 Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 383 Notice [PHP]: Only variables should be assigned by reference in file include/cp_functions.php line 57


Xoops 2.0.13, new install (now upgrades). How do I fix? Any ideas?

Thanks

Ted

2
Herko
Re: Explain these PHP Errors?
  • 2005/8/6 10:42

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


these are PHP notices, which shouldn't interfere with your site operations at all. They mean that the PHP version you have is newer and XOOPS still uses a deprecated function in it's code.

Herko

3
tedsmith
Re: Explain these PHP Errors?
  • 2005/8/6 10:47

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Thanks Herko.