-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello, I installed your BS3 plugin and copied the appropriate folders to my BS3 template. I receive the following error when the page attempts to display article/blog content:
500 - JHtmlIcon::content_print_popup not found
This occurs in Joomla 3.4 both on my local machine and in a live environment.
Call stack
Function Location
1 JApplicationCms->execute() E:\wamp\www\prototype\index.php:45
2 JApplicationSite->doExecute() E:\wamp\www\prototype\libraries\cms\application\cms.php:252
3 JApplicationSite->dispatch() E:\wamp\www\prototype\libraries\cms\application\site.php:230
4 JComponentHelper::renderComponent() E:\wamp\www\prototype\libraries\cms\application\site.php:191
5 JComponentHelper::executeComponent() E:\wamp\www\prototype\libraries\cms\component\helper.php:372
6 require_once() E:\wamp\www\prototype\libraries\cms\component\helper.php:392
7 JControllerLegacy->execute() E:\wamp\www\prototype\components\com_content\content.php:38
8 ContentController->display() E:\wamp\www\prototype\libraries\legacy\controller\legacy.php:728
9 JControllerLegacy->display() E:\wamp\www\prototype\components\com_content\controller.php:104
10 ContentViewCategory->display() E:\wamp\www\prototype\libraries\legacy\controller\legacy.php:690
11 JViewCategory->display() E:\wamp\www\prototype\components\com_content\views\category\view.html.php:258
12 JViewLegacy->display() E:\wamp\www\prototype\libraries\legacy\view\category.php:193
13 JViewLegacy->loadTemplate() E:\wamp\www\prototype\libraries\legacy\view\legacy.php:209
14 include() E:\wamp\www\prototype\libraries\legacy\view\legacy.php:670
15 JViewLegacy->loadTemplate() E:\wamp\www\prototype\templates\myTemplate\html\com_content\category\blog.php:86
16 include() E:\wamp\www\prototype\libraries\legacy\view\legacy.php:670
17 JLayoutHelper::render() E:\wamp\www\prototype\components\com_content\views\category\tmpl\blog_item.php:26
18 JLayoutFile->render() E:\wamp\www\prototype\libraries\cms\layout\helper.php:48
19 include() E:\wamp\www\prototype\libraries\cms\layout\file.php:95
20 JHtml::_() E:\wamp\www\prototype\templates\myTemplate\html\layouts\joomla\content\icons.php:25
Thank you for your time and hard work!