简体   繁体   中英

typo3: Page Render broken, after adding bootstrap grid element

I installed bootstrap_core and gridelements and this seems to do what I want it to do (giving me the option to make a content-element into 2,3 or 4 columns), but each time I insert a grid element, the rendering fails (??) and the CMS returns a blank page.

  • Is there a log of the page rendering? I need to find a clue to what is going wrong.
  • Am I doing the whole bootstrap+typo3 thing wrong?

Thanks in advance!

The easiest way to answer all questions of the type 'Where did my PHP rendering process get a hickup?' is XDebug. Install XDebug onto your dev machine and then just load the problematic page with &XDEBUG_TRACE=1 appended to the URL. You will get a nice trace of exactly what happened and where.

You need to setup XDebug tracing in the configuration of XDebug but I have no doubt you will figure that one out from the manual.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM