Blesta Addons Posted February 2, 2019 Report Posted February 2, 2019 i have some errors in logs_blesta, almost of them are 'xxxxxx not a valid controller' Exception: AdminNv.d3.min.js.map is not a valid controller in /home/xxxxxxxxxxxx/public_html/vendors/minphp/bridge/src/Lib/Dispatcher.php:113 Stack trace: #0 /home/xxxxxxxxxxxxxxxx/public_html/index.php(21): Dispatcher::dispatch('/admin/nv.d3.mi...') #1 {main} exception 'Exception' with message 'Plugins is not a valid controller' in /home/xxxxxxxxxxxxx/public_html/vendors/minphp/bridge/src/Lib/Dispatcher.php:114 Stack trace: #0 /home/xxxxxxxxxxxx/public_html/index.php(21): Dispatcher::dispatch('/plugins/cms...') #1 {main} Exception: View is not a valid controller in /home/xxxxxxxxx/public_html/vendors/minphp/bridge/src/Lib/Dispatcher.php:113 Stack trace: #0 /home/xxxxxxxxxxxxxxxx/public_html/index.php(21): Dispatcher::dispatch('/plugin/news/vi...') #1 {main}
Tyson Posted February 4, 2019 Report Posted February 4, 2019 The logger is going to log exceptions to file that are caused from an invalid route that the Dispatcher cannot direct to (i.e. 404 errors). It may be that there are invalid links somewhere in your system or perhaps someone is getting a 404 error from typing in an invalid URL.
Recommended Posts