PDA

View Full Version : vB-DataManager


Spyike
05-31-2011, 07:58 PM
Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in [path]/includes/class_dm.php on line 849

Fix?

Eric
05-31-2011, 09:44 PM
That indicates there were errors in saving/sending a private message. No way to tell you how to fix without more details. Where do you get this error? what page? are you using a modification the shows this error? ...?

Spyike
06-03-2011, 06:09 AM
That indicates there were errors in saving/sending a private message. No way to tell you how to fix without more details. Where do you get this error? what page? are you using a modification the shows this error? ...?

When sending a PM when the user had a full inbox. The entire page was stripped of the html. (showed raw code for a billion characters..)

Spyike
06-08-2011, 02:05 AM
bump.

Lynne
06-08-2011, 02:52 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);