M@rc
Well-known member
Admin Panel -> Find User -> Revert Message Edit
When I try to get the full 60 days, I get the following error:
LogicException: Cannot save with validation errors. Use validate() to ensure there are no errors. (First error: Please enter a message with no more than 10000 characters.) in src/XF/Service/ValidateAndSavableTrait.php at line 34
When I try to get the full 60 days, I get the following error:
LogicException: Cannot save with validation errors. Use validate() to ensure there are no errors. (First error: Please enter a message with no more than 10000 characters.) in src/XF/Service/ValidateAndSavableTrait.php at line 34
- XF\Service\Post\Editor->save() in src/XF/EditHistory/Post.php at line 84
- XF\EditHistory\Post->revertToVersion() in src/XF/Repository/EditHistory.php at line 99
- XF\Repository\EditHistory->revertToHistory() in src/XF/Job/UserRevertMessageEdit.php at line 71
- XF\Job\UserRevertMessageEdit->run() in src/XF/Job/Manager.php at line 253
- XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 195
- XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 111
- XF\Job\Manager->runByIds() in src/XF/Admin/Controller/Tools.php at line 120
- XF\Admin\Controller\Tools->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 321
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 248
- XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
- XF\App->run() in src/XF.php at line 390
- XF::runApp() in admin.php at line 13