Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

News Extension with Bootstrap GridColumnItem::getBackendLayout() #1229

Closed
Pestichen opened this issue Apr 22, 2020 · 4 comments
Closed

News Extension with Bootstrap GridColumnItem::getBackendLayout() #1229

Pestichen opened this issue Apr 22, 2020 · 4 comments

Comments

@Pestichen
Copy link

Pestichen commented Apr 22, 2020

Bug Report

Current Behavior
After installing and inserting the Plugin on a Page everything works fine so far.
But when i try to edit this page in Backend will lead to the following error.
typo3_error
https://prnt.sc/s3rlbb
Call to undefined method GridColumnItem::getBackendLayout()

This error only happens on pages with news Plugin in it.

ErrorText from Log:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined method >TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumnItem::getBackendLayout() | Error >thrown in file >***/public/typo3/sysext/backend/Classes/Preview/Standar>dContentPreviewRenderer.php in line 172. Requested URL: ***/index.php?>route=%%2Fmodule%%2Fweb%%2Flayout&token=--AnonymizedToken--&id=11

Expected behavior/output
Pages with this Plugin should be editable.

Environment

  • TYPO3 version(s): 10.4.0
  • news version: ["georgringer/news": "^8.0"]
  • Is your TYPO3 installation set up with Composer (Composer Mode): yes
  • OS: CentOS 8.1

Possible Solution

Additional context
My Typo-Project uses the twitter Bootstrap Package

@MatthiasPeltzer
Copy link

MatthiasPeltzer commented Apr 22, 2020

Hi there. I got the same error.

Page in pageview editing not working, in listmode it works. Has a problem with backendlayouts.

Environment
TYPO3 version(s): 10.4.0
Is your TYPO3 installation set up with Composer (Composer Mode): no
OS: CentOS 7
PHP: php 7.3
Additional Context: I am just using backend layouts and FluidStyledContent

@Pestichen
Copy link
Author

Good to know,
that the same error happens without twitter package.
Had already considered deleting all templates so far. :-/

@georgringer
Copy link
Owner

This is an issue in the core fixed with https://review.typo3.org/c/Packages/TYPO3.CMS/+/64297

please just disable the fluid page template in the install tool

@Pestichen
Copy link
Author

Work like a charm

THX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants