pcalloway |
03-25-2009 03:40 AM |
Here is part of the error code I'm getting as a result of my users in box filling up with PM's. I can't post the entire error here because the post stalls.
I'd hate to uninstall the game because my users like it - but this is going to be problematic with the errors.
Code:
Fatal error: - Benedict has exceeded their stored private messages quota and cannot accept further messages until they clear some space.
Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in [path]/includes/class_dm.php on line 810
#0 vb_error_handler(256, - Benedict has exceeded their stored private messages quota and cannot accept further messages until they clear some space.
Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM, /home/authent/public_html/forum/includes/class_dm.php, 810, Array ([this] => vB_DataManager_PM Object ([validfields] => Array ([pmtextid] => Array ([0] => 3,[1] => 3,[2] => _-_mEtHoD_-_,[3] => verify_nonzero),[fromuserid] => Array ([0] => 3,[1] => 1),[fromusername] => Array ([0] => 7,[1] => 1),[title] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_),[message] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_),[touserarray] => Array ([0] => 0,[1] => 1,[2] => _-_mEtHoD_-_),[iconid] => Array ([0] => 3,[1] => 0),[dateline] => Array ([0] => 3,[1] => 0),[showsignature] => Array ([0] => 1,[1] => 0),[allowsmilie] => Array ([0] => 1,[1] => 0)),[bitfields] => Array (),[table] => pmtext,[pmtext] => Array ([fromuserid] => 1,[fromusername] => paulcalloway,[title] => You have been attacked by paulcalloway,[message] => You have been attacked by paulcalloway. You can view more information about this attack by going to your Defense Log,[dateline] => 1237955407),[overridequota] => ,[condition_construct] => Array ([0] => pmtextid = %1$d,[1] => pmtextid),[setfields] => Array ([fromuserid] => 1,[fromusername] => 1,[title] => 1,[message] => 1,[dateline] => 1),[rawfields] => Array (),[registry] => vB_Registry Object ([datastore] => vB_Datastore Object ([defaultitems] => Array ([0] => options,[1] => bitfields,[2] => attachmentcache,[3] => forumcache,[4] => usergroupcache,[5] => stylecache,[6] => languagecache,[7] => products,[8] => pluginlist,[9] => cron,[10] => profilefield,[11] => loadcache,[12] => noticecache),[itemarray] => Array (),[registry] => vB_Registry Object ( *RECURSION*,[dbobject] => vB_Database Object ([functions] => Array ([connect] => mysql_connect,[pconnect] => mysql_pconnect,[select_db] => mysql_select_db,[query] => mysql_query,[query_unbuffered] => mysql_unbuffered_query,[fetch_row] => mysql_fetch_row,[fetch_array] => mysql_fetch_array,[fetch_field] => mysql_fetch_field,[free_result] => mysql_free_result,[data_seek] => mysql_data_seek,[error] => mysql_error,[errno] => mysql_errno,[affected_rows] => mysql_affected_rows,[num_rows] => mysql_num_rows,[num_fields] => mysql_num_fields,[field_name] => mysql_field_name,[insert_id] => mysql_insert_id,[escape_string] => mysql_escape_string,[real_escape_string] => mysql_real_escape_string,[close] => mysql_close,[client_encoding] => mysql_client_encoding),[registry] => vB_Registry Object ( *RECURSION*,[fetchtypes] => Array ([2] => 2,[1] => 1,[0] => 3),[appname] => vBulletin,[appshortname] => vBulletin,[database] => authent_forum,[connection_master] => Resource id #7,[connection_slave] => Resource id #7,[connection_recent] => Resource id #7,[multiserver] => ,[shutdownqueries] => Array ([lastvisit] => UPDATE user SET lastactivity = 1237955407 WHERE userid = 1 ),[sql] => ,[reporterror] => 1,[error] => ,[errno] => ,[maxpacket] => 0,[locked] => ,[querycount] => 32),[prefix] => ),[input] => vB_Input_Cleaner Object ([shortvars] => Array ([f] => forumid,[t] => threadid,[p] => postid,[u] => userid,[a] => announcementid,[c] => calendarid,[e] => eventid,[q] => query,[pp] => perpage,[page] => pagenumber,[sort] => sortfield,[order] => sortorder),[superglobal_lookup] => Array ([g] => _GET,[p] => _POST,[r] => _REQUEST,[c] => _COOKIE,[s] => _SERVER,[e] => _ENV,[f] => _FILES),[scriptpath] => ,[reloadurl] => ,[wolpath] => ,[url] => ,[ipaddress] => ,[alt_ip] => ,[registry] => vB_Registry Object ( *RECURSION*,[cleaned_vars] => Array ([vbulletin_collapse] => 7
|