Have setup a smtp mail and it appears to work fine as I am receiving emails, but I am getting the below error log. Anyone have an idea how to correct.
Thank you,
Ken
Error log
App Warning: AbanteCart core v.1.2.5 ADispatch: blocks/banner_block construct FAILED. Missing or incorrect controller route path. Possibly, layout block is enabled for disabled or missing extension! Execution stack: - /home/sca2017/public_html/Apparel/core/engine/dispatcher.php(75): genExecTrace('full')
- /home/sca2017/public_html/Apparel/core/engine/dispatcher.php(288): ADispatcher->__construct('blocks/banner_b...', Array)
- /home/sca2017/public_html/Apparel/core/engine/dispatcher.php(289): ADispatcher->dispatch(Object(ControllerCommonPage))
- /home/sca2017/public_html/Apparel/core/engine/page.php(87): ADispatcher->dispatch()
- /home/sca2017/public_html/Apparel/core/engine/router.php(156): APage->build('index/home')
- /home/sca2017/public_html/Apparel/core/engine/router.php(75): ARouter->_route()
- /home/sca2017/public_html/Apparel/index.php(90): ARouter->processRoute('index/home') in /home/sca2017/public_html/Apparel/core/engine/dispatcher.php on line 76
Hello.
This error related to missed or broken block in your Layouts. Try to clear AbanteCart cache
That was it! Cleared Cache no more errors.
Thank you,