Bug #54425
closedTYPO3\CMS\Frontend\ContentObject\ContentObject not found
100%
Description
After latest commit: https://github.com/TYPO3/TYPO3.CMS/commit/6eb7a548125a945316f8ad32eb3e5481a28ae2d6 fontend is broken. I have the following error message:
PHP Fatal error: Class 'TYPO3\\CMS\\Frontend\\ContentObject\\ContentObject' not found in /web/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4171, referer: http://domain.com/
Updated by Markus Klein almost 11 years ago
That class does not exist. Did you copy the complete error message? What is the complete stack trace?
Updated by Marcin Sągol almost 11 years ago
Hi Markus,
i just cut off some long paths from this message, they are not important here:
[Sun Dec 15 12:57:00 2013] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP Fatal error: Class 'TYPO3\\CMS\\Frontend\\ContentObject\\ContentObject' not found in /var/www/clients/client1/web8/web/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4171, referer: http://domain.com
The sam error message shows up if i open frontpage or any other.
If i apply this commit i have only blank white page on frontend, and this one entry in server error.log
If if remove this last commit (git reset --hard HEAD^1) T3 works just fine.
Updated by Tobias Wollender almost 11 years ago
I get the same error message with latest master - but only on pages with an image element. And only if the image orientation is not the standard centered one.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26440
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26440
Updated by Helmut Hummel almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 942366bc31bf3ee945573d42fde337bcb3a928ee.