patricklobacher / efempty

Repo for the Efempty Extension (http://typo3.org/extensions/repository/view/efempty)
2 stars 0 forks source link

classname must not start with a backslash (efempty 1.2.1) #1

Open TekTimmy opened 9 years ago

TekTimmy commented 9 years ago

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 =(

Sheano commented 8 years ago

Hey,

i've got the same issue and wanted also to notify about it. It's a simple issue and was fixed a minute ago but got me frustrated about more than an hour. Because i am also a typo3 starter. Thx for your ebook by the way :).