Bug #24469
Adminpanel throws an JS-error : Typo3AdminPanel is not a constructor
Status: | Closed | Start date: | 2011-01-04 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Jeff Segars | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.5 | Is Regression: | No | |
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
The error causes the workspace-splitview to become rather short in height (see http://forge.typo3.org/issues/11539)
(issue imported from #M16909)
Related issues
History
#1 Updated by Jeff Segars over 4 years ago
Thanks for the bug report! Are there any specific steps for duplicating this issue? Does the Javascript error occur all the time and in all browsers for you?
#2 Updated by Björn Pedersen over 4 years ago
The problem seems to occur sporadic, but I will investigate it further.
#3 Updated by Jeff Segars over 4 years ago
I've finally found a way to duplicate this...ironically enough, its using the wec_devo extension (from my company).
The extension inserts a ton of JS directly into the page and "</head>" is part of the JS that is inserted. This causes the header insertion in index_ts.php to fail.
$TSFE->content = str_ireplace('</head>', $BE_USER->adminPanel->getAdminPanelHeaderData() . '</head>', $TSFE->content);
#4 Updated by Alexander Opitz over 1 year ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
#5 Updated by Alexander Opitz about 1 year ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.