derhansen / sf_banners

Banner-Management is a banner management extension for TYPO3. It is based of Extbase and Fluid. Banners are loaded asynchronously using JavaScript so the page load time is affected as less as possible.
GNU General Public License v2.0
10 stars 20 forks source link

The page is not configured! #234

Closed bm1-phillip closed 1 year ago

bm1-phillip commented 1 year ago

Hello, I can not get the banners to run. None are displayed to me and the link does not work either.

The page is not configured! [type=9001][]. This means that there is no TypoScript object of type PAGE with typeNum=9001 configured.

TYPO3 11.5.15

Do you have an idea?

derhansen commented 1 year ago

The error messages actually states, that the TypoScript of the extension is not included. Make sure, that type types 9001 and 9002 are registered as required by the extension / default TypoScript. See https://github.com/derhansen/sf_banners/blob/master/Configuration/TypoScript/setup.txt

bm1-phillip commented 1 year ago

The template was included, but something overwrote it again. I have included the TS at the end, now the URL banners.html is accessible. Unfortunately, no banner is displayed to me yet. On the page banners.html is the source code of the content of the column colPos 0.

derhansen commented 1 year ago

Add blocker turned off? Is a JavaScript request executed (please check Browser Console)?

derhansen commented 1 year ago

Closing issue, since no feedback.