AbanteCart Community

Shopping Cart Operations => Support => Topic started by: kenlhlp on September 22, 2016, 12:56:25 PM

Title: Email error log
Post by: kenlhlp on September 22, 2016, 12:56:25 PM
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
Title: Re: Email error log
Post by: Basara on September 23, 2016, 03:33:11 AM
Hello.

This error related to missed or broken block in your Layouts. Try to clear AbanteCart cache
Title: Re: Email error log
Post by: kenlhlp on September 27, 2016, 06:08:04 AM
That was it!  Cleared Cache no more errors.

Thank you,