PDA

View Full Version : Private messages problem after upgrade to VB4.22


diysmps
05-13-2014, 08:27 PM
Hello


After upgrading to VB4.22

This is really annoying

we are facing a problem every time we or any user at the forums tries to send a private message.

we get this error on the header of the page


Warning: Function split() is deprecated in ..../private.php(1452) : eval()'d code on line 3

Warning: Function split() is deprecated in ..../private.php(1452) : eval()'d code on line 4

also snap of whats showing

http://imagizer.imageshack.us/a/img845/8789/mu0q.png


please help

Lynne
05-13-2014, 08:34 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

diysmps
05-13-2014, 08:35 PM
I have just disabled all modification and I am facing same issue.

Lynne
05-13-2014, 08:38 PM
Please add the following line to your config.php file under the <?php line:


define('SKIP_ALL_ERRORS', true);

diysmps
05-13-2014, 08:42 PM
Oh


Now I refresh the server


problem gone!


but how to find out what was the problem?

--------------- Added 1400017419 at 1400017419 ---------------

i used the

define('SKIP_ALL_ERRORS', true);


I get no errors now, what to do?

Keep the code? or you suggest me to look after mods?

AusPhotography
05-13-2014, 11:17 PM
There is not split in any of vB code, so it must be an add-on causing the issue.