I get this error on the vbspell.php page when spellchecking:
Code:
Notice: Only variable references should be returned by reference in /home/garyking/public_html/maloria.com/includes/class_core.php on line 1736
Notice: Only variable references should be returned by reference in /home/garyking/public_html/maloria.com/includes/class_core.php on line 1683
Notice: Only variables should be assigned by reference in /home/garyking/public_html/maloria.com/includes/class_core.php on line 1423
Anyways, I simply added error_reporting(0); on the page, since they seem to only be Notices.