Reckons Team Edit Reason [Deleted]

I was having the same problem - here is the text of my error:

Code:
ErrorException: Fatal Error: Class 'ReckonsTeam_EditReason_Model_EditHistory' not found - library/XenForo/Model.php:195
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State
array(3) {
["url"] => string(46) "http://buffy-boards.com/inline-mod/post/delete"
["_GET"] => array(0) {
}
["_POST"] => array(6) {
["hard_delete"] => string(1) "1"
["save"] => string(12) "Delete Posts"
["posts"] => array(1) {
[0] => string(7) "1156416"
}
["_xfConfirm"] => string(1) "1"
["redirect"] => string(90) "http://buffy-boards.com/threads/was-cordy-always-meant-to-be-possessed.63052/#post-1156416"
["_xfToken"] => string(8) "********"
}
}

And that was when I was trying to delete a post, and just getting a white page. (I could soft delete, but not permanently.)
 
I was having the same problem - here is the text of my error:

Code:
ErrorException: Fatal Error: Class 'ReckonsTeam_EditReason_Model_EditHistory' not found - library/XenForo/Model.php:195
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State
array(3) {
["url"] => string(46) "http://buffy-boards.com/inline-mod/post/delete"
["_GET"] => array(0) {
}
["_POST"] => array(6) {
["hard_delete"] => string(1) "1"
["save"] => string(12) "Delete Posts"
["posts"] => array(1) {
[0] => string(7) "1156416"
}
["_xfConfirm"] => string(1) "1"
["redirect"] => string(90) "http://buffy-boards.com/threads/was-cordy-always-meant-to-be-possessed.63052/#post-1156416"
["_xfToken"] => string(8) "********"
}
}

And that was when I was trying to delete a post, and just getting a white page. (I could soft delete, but not permanently.)

Make sure the files are uploaded in proper directory.
 
Top Bottom