Warning Improvements by Xon

Warning Improvements by Xon 2.9.5

No permission to download
a0c2cbf6546bb33bdd8eee3d57572d5e.png
 
Can you try upgrading to the latest version or doing a rebuild?

Otherwise visit each warning/category and edit and give it a title.
 
On the warning screen for selecting a warning the label is "sv_warning_category_title.1" and the first warning option is "warning_title.0". That doesn't seem right.
 
On the warning screen for selecting a warning the label is "sv_warning_category_title.1" and the first warning option is "warning_title.0". That doesn't seem right.
This indicates the phrases have been deleted, you can edit the warning and category to add them back in.
 
Receiving the following error when installing the upgrade:

Code:
RuntimeException: Warning:1, Report-message: Please enter a valid message., Report-title: Please enter a valid title. in src/addons/SV/ReportImprovements/Service/WarningLog/Creator.php at line 336
SV\ReportImprovements\Service\WarningLog\Creator->_validate() in src/XF/Service/ValidateAndSavableTrait.php at line 17
SV\ReportImprovements\Service\WarningLog\Creator->validate() in src/addons/SV/ReportImprovements/Job/WarningLogMigration.php at line 71
SV\ReportImprovements\Job\WarningLogMigration->SV\ReportImprovements\Job\{closure}() in src/XF.php at line 478
XF::asVisitor() in src/addons/SV/ReportImprovements/Job/WarningLogMigration.php at line 81
SV\ReportImprovements\Job\WarningLogMigration->rebuildById() in src/XF/Job/AbstractRebuildJob.php at line 47
XF\Job\AbstractRebuildJob->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 79
XF\Job\Manager->runQueue() in src/XF/Admin/Controller/Tools.php at line 139
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
 
Receiving the following error when installing the upgrade:

Code:
RuntimeException: Warning:1, Report-message: Please enter a valid message., Report-title: Please enter a valid title. in src/addons/SV/ReportImprovements/Service/WarningLog/Creator.php at line 336
SV\ReportImprovements\Service\WarningLog\Creator->_validate() in src/XF/Service/ValidateAndSavableTrait.php at line 17
SV\ReportImprovements\Service\WarningLog\Creator->validate() in src/addons/SV/ReportImprovements/Job/WarningLogMigration.php at line 71
SV\ReportImprovements\Job\WarningLogMigration->SV\ReportImprovements\Job\{closure}() in src/XF.php at line 478
XF::asVisitor() in src/addons/SV/ReportImprovements/Job/WarningLogMigration.php at line 81
SV\ReportImprovements\Job\WarningLogMigration->rebuildById() in src/XF/Job/AbstractRebuildJob.php at line 47
XF\Job\AbstractRebuildJob->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 79
XF\Job\Manager->runQueue() in src/XF/Admin/Controller/Tools.php at line 139
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
Can you send the output of the following query to me?
SQL:
select * from xf_warning where warning_id = 1;

Via a ticket on my site as I'm still trying to track this down.
 
  • Like
Reactions: jul
Did you upgrade from XF1.x or similar?

You should be able to edit the default warning & category to add back a title.
 
Top Bottom