Bug #38896
Core: Exception handler (WEB) and Showpic.php
| Status: | New | Start date: | 2012-07-12 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Reports | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Complexity: | hard | |
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
Hi,
after upgrade of Typo3 Version 4.4.x to 4.5.x i got errors like this:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Parameter Error: Wrong parameters sent. | UnexpectedValueException thrown in file .../typo3_src-4.5.17/typo3/sysext/cms/tslib/showpic.php in line 187
The Error is flooding my Backend and causes performance issues if it happens several times in succession.
I read in the Web about the problem and also given instructions here: http://forge.typo3.org/issues/26893#change-123322 and here:
http://www.typo3forum.net/forum/typo3-4-x-installation-updates/53163-core-exception-handler-web-showpic-php-line-173-a-2.html#post177998
But the answers are no solution for the still existing problem.
If I disable the Error Handling, then the error still occurs and in fact it is possible, that my server is getting to much flooded. Showpic.php is causing performance issues because of this.
Also i tried the given instructions in the forums but after a few days, still nothing changed.
I also do not understand, why this very hard error is marked as solved. That is no solution.
thanks for any help and hope the bug will be fixed.
Related issues
| related to Core - Bug #26893: BE Log is flooded with "Parameter Error: No file or no pa... | Resolved | 2011-05-18 | ||
| related to Core - Bug #39052: Send sane HTTP response in showpic on error | Closed | 2012-07-18 |
History
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12794
Updated by Stanislas Rolland 10 months ago
Please test this change: http://review.typo3.org/12794 and give your vote in gerrit.
You may have to adapt the offset of the change since it is built against the master branch.
Updated by Stanislas Rolland 7 months ago
- Status changed from Under Review to New