A PHP Error was encountered

Severity: Notice

Message: Constant URL_LANG already defined

Filename: libraries/MY_Controller.php

Line Number: 359

Bontrager: Support — Owner's Manuals

Owner's Manuals

The owner's manuals listed below are meant to supplement any manual included with your Bontrager product. Please read your owner's manual before using your new product as it contains important safety and maintenance information. If you do not understand the information in this manual, or you have a question about your product that this manual does not cover, consult your local Bontrager dealer.

More Support


  MEMORY USAGE  
2,466,488 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0241
Controller Execution Time ( Articles / Article )  0.0647
Total Execution Time  0.0893
  URI STRING  
/support/owners_manuals/en
  GET DATA  
No GET data exists
  POST DATA  
No POST data exists
  QUERIES (3)  
0.0018  SELECT cs.region, cs.currency, cs.currency_text, cs.pricing, cs.site_code, cs.default_language AS site_lang, cs.id AS site_id, cs.catalog_id FROM catalog_sites cs INNER JOIN catalog_site_countries css ON css.site_id = cs.id WHERE css.country_code = 'US'
0.0040  SELECT sec.title AS section_title, c.id, c.created, c.title, LOWER(c.alias) AS alias, c.title_alias, c.introtext, c.fulltext, c.sectionid, c.catid, c.state, c.publish_up, c.publish_down, c.metakey, c.metadesc, c.ordering, c.images, c.alt_img_txt, c.media_id, c.section_head, c.template, sec.alias AS section, languages.code as lang FROM (`jos_sections` sec) JOIN `jos_content` c ON sec.alias = 'support' AND c.alias = 'owners_manuals' AND sec.id = c.sectionid JOIN `osc_languages` languages ON languages.languages_id = c.langid WHERE languages.code = 'en' AND c.state >= 2 AND c.publish_up <= NOW() AND (c.publish_down >= NOW() OR c.publish_down = '0000-00-00 00:00:00') AND ( ! (c.introtext = '' AND c.fulltext = '') ) LIMIT 1
0.0035  SELECT count( 'x' ) as section_count FROM ( SELECT DISTINCT jc.alias FROM jos_content jc INNER JOIN jos_sections js ON js.id = jc.sectionid WHERE js.alias = 'support' ) AS aliases