Hi,
I started developing an Extension for Typo3 and never used Typo3 before. A lot of FAQs mention the efempty Extension so i tried this as starting point and installed efempty 1.2.1 in my Typo3 7.2 instance.
After adding the plugins content to a page I only got: Oops, an error occurred! Code: 20150527153005c671cafd
After I figured out I need an config.contentObjectExceptionHandler = 0 in my Templates TypoScript setup I got the following error message:
#1420281366: $className "\Pluswerk\Efempty\Domain\Model\Start" must not start with a backslash.
So fixed that issue in the StartController.php and now I wanted to somehow report that problem or fix it on my own to avoid other people taking also as much time to figure it all out.
This repository is outdated =(
Hi,
I started developing an Extension for Typo3 and never used Typo3 before. A lot of FAQs mention the efempty Extension so i tried this as starting point and installed efempty 1.2.1 in my Typo3 7.2 instance.
After adding the plugins content to a page I only got:
Oops, an error occurred! Code: 20150527153005c671cafdAfter I figured out I need an
config.contentObjectExceptionHandler = 0in my Templates TypoScript setup I got the following error message:#1420281366: $className "\Pluswerk\Efempty\Domain\Model\Start" must not start with a backslash.So fixed that issue in the
StartController.phpand now I wanted to somehow report that problem or fix it on my own to avoid other people taking also as much time to figure it all out.This repository is outdated =(