PDA

View Full Version : Pls read if you have problems with your PMs after the upgrade to 3.4.5


sv1cec
04-23-2005, 12:20 PM
If you have problems with your PM system, being unable to send new PMs, after your upgrade to 3.4.5, please edit your private.php file and find:


if ($bbuserinfo['userid'] == $vboptions['warn_collector'])
{
$sender=$pm['sender'];


Replace that with:


if ($bbuserinfo['userid'] == $vboptions['warn_collector'] AND $pm['sender']!='')
{
$sender=$pm['sender'];


Save file and upload.

Rgds