I have vbulletin integrated with phpfox. Everything is ok when you login via phpfox, but the members who go straight to the forums and login get the following warnings appearing briefly:
Quote:
Warning: Cannot modify header information - headers already sent in /home/palgrave/public_html/include/modules/Account/classes/PhpFox_ServiceSecurity.class.php on line 231
Warning: Cannot modify header information - headers already sent in /home/palgrave/public_html/include/modules/Account/classes/PhpFox_ServiceSecurity.class.php on line 232
Warning: Cannot modify header information - headers already sent in /home/palgrave/public_html/include/modules/Account/classes/PhpFox_ServiceSecurity.class.php on line 235
Warning: Cannot modify header information - headers already sent in /home/palgrave/public_html/include/modules/Account/classes/PhpFox_ServiceSecurity.class.php on line 236
Warning: Cannot modify header information - headers already sent in /home/palgrave/public_html/include/modules/Account/classes/PhpFox_ServiceSecurity.class.php on line 237
Warning: Cannot modify header information - headers already sent in [path]/includes/functions_login.php(288) : eval()'d code on line 14
Warning: Cannot modify header information - headers already sent in [path]/includes/functions_login.php(288) : eval()'d code on line 1
|
What do I need to do to fix this?