PDA

View Full Version : Error showing on redirect after sending PM


pjkcards
10-06-2014, 01:58 AM
After sending a PM, on the redirect at the top I get:
Warning: Only variables should be passed by reference in ..../private.php on line 767

Warning: Cannot modify header information - headers already sent by (output started at ..../includes/class_core.php:5755) in ..../private.php on line 926

It doesn't seem to cause an issues, but I want to resolve it. Where should I start? Thanks.

ForceHSS
10-06-2014, 02:00 AM
test it on default style

ozzy47
10-06-2014, 02:12 AM
Also try with all mods disabled.

Open your includes/config.php file and below
define('DISABLE_HOOKS', true);So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2 Then see if the issue still persists.