0

I'm trying to add a thumbnail field to tx_news file records but when I do try use the new field I get an error.

These are the steps I've taken,

added column to sql

Added the column to sql

add tca

Add the new field to the tx_news_domain_model_file tca

new field is working

I now have the new field in my news file record.

File.php

Then I added my thumbnail stuff to Classes/Domain/Model/File.php. Then I use the new variable in my template {relatedFile.thumbnail}

my error

This is the error I now get on the frontend when I view a single news. The news display works when I remove the new field.

I am using Typo3 6.1 with:

  • Fluidpages 2.1.0
  • Fluidcontent 3.1.0
  • Flux 6.0.3
  • VHS 1.8.5
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
anteatersa
  • 1,449
  • 2
  • 12
  • 18

1 Answers1

0

You are just seeing the error message about not finding a template to display the real error message. Without the real error message, it is impossible to help you.

Did you clear all caches (install tool) or truncated the extbase reflection and the fluid rendering caches? To be sure, also clear typo3temp/Cache/*.

pgampe
  • 4,531
  • 1
  • 20
  • 31