Bug #38837
Cannot redeclare class bigDoc in template.php
| 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