CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #38837

Cannot redeclare class bigDoc in template.php

Added by Arno Dudek 11 months ago. Updated 4 months ago.

Status:Closed Start date:2012-07-10
Priority:Must have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

Thrown in TYPO3 v6.0.0alpha2 when set links, images etc.

Reason:
In the files
  • mod1/browse_links.php
  • mod2/rte_select_image.php
  • mod4/class.tx_tinymce_rte_templates.php
require ($BACK_PATH.'template.php');

should be
require_once ($BACK_PATH.'template.php');

Thanks!

History

Updated by Thomas Allmer 4 months ago

  • Status changed from New to Closed

thx for the hint :)
pushed to git

Also available in: Atom PDF