Template Errors: nflj_showcase_category

  1. Function create_function() is deprecated in /var/www/vhosts/foromtb.com/httpdocs/library/NFLJ/Showcase/Model/Tag.php, line 396:
    395: 			';
    396: }
    397: $__compilerVar42 .= '					
    

Page Time: 0.0457s

Memory: 4.0433 MB (Peak: 5.3360 MB)

Queries (18, time: 0.0100s, 21.9%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000120
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT category.*
    	,
    	permission.cache_value AS category_permission_cache,
    		0 AS forum_is_watched
    FROM xf_nflj_showcase_category AS category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'showcase_category'
    			AND permission.content_id = category.category_id)
    WHERE category.category_id = ?
    Params: 75
    Run Time: 0.000164
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  3. SELECT category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_nflj_showcase_category AS category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'showcase_category'
    			AND permission.content_id = category.category_id)
    ORDER BY category.lft
    Run Time: 0.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryALL    85Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,foromtb_www.category.category_id1Using where
  4. SELECT COUNT(*)
    FROM xf_nflj_showcase_item as item
    
    		LEFT JOIN xf_nflj_showcase_category AS category ON
    			(category.category_id = item.category_id)				
    WHERE (item.category_id IN (75)) AND (item.item_state IN ('visible'))
    Run Time: 0.000326
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEitemrefcategoryID,category_last_update,category_rating_weightedcategoryID4const1Using where
  5. SELECT item.*
    	,
    		category.*,
    		user.*, user_profile.*, IF(user.username IS NULL, item.username, user.username) AS username
    FROM xf_nflj_showcase_item AS item
    	
    		LEFT JOIN xf_nflj_showcase_category AS category ON
    			(category.category_id = item.category_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = item.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = item.user_id)
    WHERE (item.category_id IN (75)) AND (item.item_state IN ('visible'))
    ORDER BY item.item_name ASC
     LIMIT 15
    Run Time: 0.000885
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEitemrefcategoryID,category_last_update,category_rating_weightedcategoryID4const1Using where; Using filesort
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.item.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4foromtb_www.item.user_id1 
  6. SELECT rr.*,
    	user.username, user.avatar_date, user.avatar_width, user.avatar_height, user.gravatar, user.gender,
    	item.item_name, item.item_state, item.category_id, item.prefix_id
    FROM xf_nflj_showcase_rate_review AS rr
    	LEFT JOIN xf_user AS user
    		ON (user.user_id = rr.user_id)
    	LEFT JOIN xf_nflj_showcase_item AS item
    		ON (rr.item_id = item.item_id)
    WHERE rr.rate_review_state = "visible"
    	AND rr.is_review = 1
    	AND item.item_state = "visible"
    	AND item.category_id IN (75)
    ORDER BY rr.rate_review_date DESC
     LIMIT 5
    Run Time: 0.000906
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEitemrefPRIMARY,categoryID,category_last_update,category_rating_weightedcategoryID4const1Using where; Using temporary; Using filesort
    SIMPLErrrefitem_iditem_id4foromtb_www.item.item_id3Using where
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.rr.user_id1 
  7. SELECT item.user_id,
    	user.*,
    	COUNT(*) AS count
    FROM xf_nflj_showcase_item AS item
    	LEFT JOIN xf_user AS user
    		ON (user.user_id = item.user_id)
    WHERE (item.category_id IN (75)) AND (item.item_state = 'visible')
    GROUP BY item.user_id
    ORDER BY count DESC
    LIMIT ?
    Params: 5
    Run Time: 0.000960
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEitemrefcategoryID,category_last_update,category_rating_weightedcategoryID4const1Using where; Using temporary; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.item.user_id1 
  8. SELECT comment.user_id,
    	user.*,
    	COUNT(*) AS count
    FROM xf_nflj_showcase_comment AS comment
    	LEFT JOIN xf_user AS user
    		ON (user.user_id = comment.user_id)
    	LEFT JOIN xf_nflj_showcase_item AS item
    		ON (comment.item_id = item.item_id)
    WHERE comment.comment_state = "visible"
    	AND item.item_state = "visible"
    	AND item.category_id IN (75)
    GROUP BY comment.user_id
    ORDER BY count DESC
     LIMIT 12
    Run Time: 0.000533
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcommentALL    1Using where; Using temporary; Using filesort
    SIMPLEitemeq_refPRIMARY,categoryID,category_last_update,category_rating_weightedPRIMARY4foromtb_www.comment.item_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.comment.user_id1 
  9. SELECT rr.user_id,
    	user.*,
    	COUNT(*) AS count
    FROM xf_nflj_showcase_rate_review AS rr
    	LEFT JOIN xf_user AS user
    		ON (user.user_id = rr.user_id)
    	LEFT JOIN xf_nflj_showcase_item AS item
    		ON (rr.item_id = item.item_id)
    WHERE rr.rate_review_state = "visible"
    	AND rr.is_review = 1
    	AND item.item_state = "visible"
    	AND item.category_id IN (75)
    GROUP BY rr.user_id
    ORDER BY count DESC
     LIMIT 12
    Run Time: 0.000506
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEitemrefPRIMARY,categoryID,category_last_update,category_rating_weightedcategoryID4const1Using where; Using temporary; Using filesort
    SIMPLErrrefitem_iditem_id4foromtb_www.item.item_id3Using where
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.rr.user_id1 
  10. SELECT SUM(item.attach_count) images, 
    	SUM(item.view_count) views, 
    	SUM(item.comment_count) comments, 
    	SUM(item.review_count) reviews, 
    	COUNT(*) AS items
    FROM xf_nflj_showcase_item AS item
    WHERE (item.category_id IN (75)) AND (item.item_state = 'visible') 
    ORDER BY views DESC
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEitemrefcategoryID,category_last_update,category_rating_weightedcategoryID4const1Using where; Using temporary
  11. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 1b6c6b7905e04851836b2958edd51438, , 1710839576
    Run Time: 0.004418
  12. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , NFLJ_Showcase_ControllerPublic_Category, Index, valid, category_id=75, 1710835976,
    Run Time: 0.000082
  13. SELECT activity.*, user.username 
    FROM xc_trade_activity AS activity
    LEFT JOIN xf_user AS user ON user.user_id=activity.user_id
    WHERE activity.user_id=?
    ORDER BY activity.dateline DESC
    LIMIT 0, ?
    Params: 0, 10
    Run Time: 0.000080
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEactivityrefuser_id_datelineuser_id_dateline4const1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.activity.user_id1 
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'nflj_showcase_category_sidebar_categories_block', 'nflj_showcase_category', 'nflj_showcase_tab_links', 'xcxt_navtabs', 'waindigo_you_are_using_as_user_loginasuser', 'waindigo_moderator_bar_loginasuser', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'xcfw_copyright', 'xcxt_headinclude', 'xcxt_trading_preferences_link_list', 'xcxt_visitor_panel_addon', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000266
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 25Using where
  15. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xcxt_trade')
    Params: 2
    Run Time: 0.000051
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  16. SELECT tag.*
    	
    FROM xf_nflj_showcase_tag AS tag
    	
    WHERE 1=1
    	ORDER BY tag.content_count DESC
     LIMIT 25
    Run Time: 0.000118
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtagALL    530Using filesort
  17. SELECT *
    FROM xf_notification
    ORDER BY notification_id
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_notificationindex PRIMARY4 1 
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('GritterNotifications')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000057
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (134, XenForo Classes: 43)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/NFLJ/Showcase/Listener/Proxy.php
  29. library/Waindigo/Listener/InitDependencies.php
  30. library/Waindigo/Listener/InitDependencies/20141020.php
  31. library/Waindigo/Listener/ControllerPreDispatch/20141011.php
  32. library/BannedAvatar/Listener.php
  33. library/XenCentral/Trade/Hooks.php
  34. library/XenCentral/Trade/Model/Options.php
  35. library/XenCentral/Trade/Model/Abstract.php
  36. library/XenCentral/Framework/Hooks.php
  37. library/Tapatalk/Listener/LoadClassModel.php
  38. library/UserEss/Listener/Proxy.php
  39. library/Dark/PostRating/EventListener.php
  40. library/Bookmarks/Listener/Proxy.php
  41. library/XenForo/Router.php
  42. library/XenForo/Route/Filter.php
  43. library/XenForo/Route/Interface.php
  44. library/XenForo/Route/ResponseSuffix.php
  45. library/XenForo/Route/Prefix.php
  46. library/XenForo/RouteMatch.php
  47. library/NFLJ/Showcase/Route/Prefix/Showcase.php
  48. library/NFLJ/Showcase/ControllerPublic/Category.php
  49. library/XenForo/ControllerPublic/Abstract.php
  50. library/XenForo/Controller.php
  51. library/Vinavb/CustomNodeIcon/Listener.php
  52. library/GritterNotifications/Listener.php
  53. library/XenForo/Input.php
  54. library/XenForo/Session.php
  55. library/Zend/Db.php
  56. library/Zend/Db/Adapter/Mysqli.php
  57. library/Zend/Db/Adapter/Abstract.php
  58. library/Zend/Db/Select.php
  59. library/Zend/Db/Expr.php
  60. library/Zend/Db/Profiler.php
  61. library/Zend/Db/Statement/Mysqli.php
  62. library/Zend/Db/Statement.php
  63. library/Zend/Db/Statement/Interface.php
  64. library/XenForo/Helper/Ip.php
  65. library/XenForo/Visitor.php
  66. library/XenForo/Model/User.php
  67. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  68. library/Waindigo/Listener/LoadClass.php
  69. library/Waindigo/Listener/LoadClass/20141202.php
  70. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  71. library/Dark/PostRating/Model/User.php
  72. library/XenCentral/Trade/Model/XfUser.php
  73. library/Zend/Db/Profiler/Query.php
  74. library/XenForo/Permission.php
  75. library/XenForo/Helper/Php.php
  76. library/XenForo/Phrase.php
  77. library/XenForo/Locale.php
  78. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  79. library/Waindigo/Listener/VisitorSetup.php
  80. library/Waindigo/Listener/VisitorSetup/20130615.php
  81. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  82. library/NFLJ/Showcase/Model/Item.php
  83. library/Waindigo/InstallUpgrade/Listener/ControllerPreDispatch.php
  84. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  85. library/NFLJ/Showcase/ControllerHelper/Showcase.php
  86. library/XenForo/ControllerHelper/Abstract.php
  87. library/NFLJ/Showcase/Model/Category.php
  88. library/XenForo/Helper/String.php
  89. library/NFLJ/Showcase/Model/Comment.php
  90. library/NFLJ/Showcase/Model/RateReview.php
  91. library/XenForo/ControllerResponse/View.php
  92. library/XenForo/ControllerResponse/Abstract.php
  93. library/XenForo/Helper/Cookie.php
  94. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  95. library/Tapatalk/Listener/ControllerPostDispatch.php
  96. library/XenForo/ViewRenderer/HtmlPublic.php
  97. library/XenForo/ViewRenderer/Abstract.php
  98. library/XenForo/Template/Public.php
  99. library/XenForo/Template/Abstract.php
  100. library/XenCentral/Framework/Navigation/Admin.php
  101. library/NFLJ/Showcase/ViewPublic/Category/View.php
  102. library/XenForo/ViewPublic/Base.php
  103. library/XenForo/View.php
  104. library/UserEss/Listener/Hook.php
  105. library/NFLJ/Showcase/Listener/Template.php
  106. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  107. library/Waindigo/Listener/TemplateCreate.php
  108. library/Waindigo/Listener/TemplateCreate/20130522.php
  109. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  110. library/Bookmarks/Listener/Hook.php
  111. library/XenForo/Route/Prefix/Members.php
  112. library/XenCentral/Trade/Model/Activity.php
  113. library/XenCentral/Trade/Route/PrefixPublic/Main.php
  114. library/Bookmarks/Listener/NavigationTabs.php
  115. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  116. library/Waindigo/Listener/TemplatePostRender.php
  117. library/Waindigo/Listener/TemplatePostRender/20140711.php
  118. library/Waindigo/Listener/Template.php
  119. library/Waindigo/Listener/Template/20141020.php
  120. library/Tapatalk/Listener/TemplatePostRender.php
  121. library/Tapatalk/EventListener/Hook.php
  122. library/NFLJ/Showcase/Model/Tag.php
  123. library/NFLJ/Showcase/Helper/Tag.php
  124. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  125. library/Waindigo/Listener/TemplateHook.php
  126. library/Waindigo/Listener/TemplateHook/20141020.php
  127. library/Waindigo/CustomFields/Listener/TemplateHook.php
  128. library/XenForo/Helper/Criteria.php
  129. library/XenForo/Debug.php
  130. mobiquo/smartbanner/head.inc.php
  131. library/GritterNotifications/Model/Notification.php
  132. library/XenCentral/Framework/Model/Cache.php
  133. library/XenForo/ViewRenderer/Json.php
  134. library/Vinavb/CustomNodeIcon/Icon.php