Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. 2017/09/19 22:17:22 [error] [exception.CraftTemplateLoaderException] CraftTemplateLoaderException: Unable to find the template “blog/_entry.twig”. in /pathtocraft/public_html/craft/app/etc/templating/twigextensions/TemplateLoader.php:123
  2. Stack trace:
  3. #0 /pathtocraft/public_html/craft/app/etc/templating/twigextensions/TemplateLoader.php(71): CraftTemplateLoader->_findTemplate('blog/_entry.twi...')
  4. #1 /pathtocraft/public_html/craft/app/vendor/twig/twig/lib/Twig/Environment.php(329): CraftTemplateLoader->getCacheKey('blog/_entry.twi...')
  5. #2 /pathtocraft/public_html/craft/app/vendor/twig/twig/lib/Twig/Environment.php(419): Twig_Environment->getTemplateClass('blog/_entry.twi...')
  6. #3 /pathtocraft/public_html/craft/app/etc/templating/TwigEnvironment.php(61): Twig_Environment->loadTemplate('blog/_entry.twi...', NULL)
  7. #4 /pathtocraft/public_html/craft/app/vendor/twig/twig/lib/Twig/Environment.php(362): CraftTwigEnvironment->loadTemplate('blog/_entry.twi...')
  8. #5 /pathtocraft/public_html/craft/app/services/TemplatesService.php(256): Twig_Environment->render('blog/_entry.twi...', Array)
  9. #6 /pathtocraft/public_html/craft/app/controllers/BaseController.php(74): CraftTemplatesService->render('blog/_entry.twi...', Array)
  10. #7 /pathtocraft/public_html/craft/app/controllers/EntriesController.php(989): CraftBaseController->renderTemplate('blog/_entry.twi...', Array)
  11. #8 /pathtocraft/public_html/craft/app/controllers/EntriesController.php(410): CraftEntriesController->_showEntry(Object(CraftEntryModel))
  12. #9 /pathtocraft/public_html/craft/app/framework/web/actions/CInlineAction.php(49): CraftEntriesController->actionPreviewEntry()
  13. #10 /pathtocraft/public_html/craft/app/framework/web/CController.php(308): CInlineAction->runWithParams(Array)
  14. #11 /pathtocraft/public_html/craft/app/framework/web/CController.php(286): CController->runAction(Object(CInlineAction))
  15. #12 /pathtocraft/public_html/craft/app/framework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
  16. #13 /pathtocraft/public_html/craft/app/framework/web/CWebApplication.php(282): CController->run('previewEntry')
  17. #14 /pathtocraft/public_html/craft/app/etc/web/WebApp.php(817): CWebApplication->runController('entries/preview...')
  18. #15 /pathtocraft/public_html/craft/app/etc/web/WebApp.php(287): CraftWebApp->_processActionRequest()
  19. #16 /pathtocraft/public_html/craft/app/framework/base/CApplication.php(185): CraftWebApp->processRequest()
  20. #17 /pathtocraft/public_html/craft/app/index.php(62): CApplication->run()
  21. #18 /pathtocraft/public_html/public/index.php(19): require_once('/pathtocraft')
  22. #19 {main}
  23. REQUEST_URI=/admin/entries/blog/domain/blog/blog-post
  24. HTTP_REFERER=https://domain/admin/entries/blog/54-blog-post
  25. ---
  26. 2017/09/19 22:17:22 [trace] [system.CModule] Loading "errorHandler" application component
  27. in /pathtocraft/public_html/craft/app/etc/web/WebApp.php (595)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement