Bug #11470
TYPO3-script "typo3/thumbs.php" ends with a FATAL-error
| Status: | Closed | Start date: | 2010-12-15 | |
|---|---|---|---|---|
| Priority: | Won't have this time | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Bug | |||
| Target version: | - | |||
| Votes: | 0 |
Description
The TYPO3-script "typo3/thumbs.php" is used to generate thumbnails. It's e.g. called, if an editor edits a tt_content-record inside the TYPO3-backend and than click on the button "save and exit" (you can check that if you use the firebug-extension in firefox).
Why does this script ends with a FATAL-error?
Because it loads the file typo3conf/temp_CACHED_ext_localconf.php. This script includes your PHP-script 'pi1/lib/class.t3blog_db.php', which call the method t3blog_db::init() ...and here the script breaks, because inside the script "typo3/thumbs.php" the class "tslib_cObj" is UNKNOWN.
History
Updated by Felix Nagel over 2 years ago
This seems like a specific problem of your installation. Did you try to install a default t3blog in an fresh installation or the introduction package?
Updated by Juergen Kussmann over 2 years ago
Did you try to install a default t3blog in an fresh installation or the introduction package?
No, i didn't. In the meantime, i use the t3blog no longer, so i can't reproduce the bug on my installation (and i also have not the time to do that, sorry).
So, if you could not reproduce this bug, please close this issue.
Updated by Dmitry Dulepov about 1 year ago
- Status changed from New to Closed
- Priority changed from Should have to Won't have this time