Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in BE: Error 1701724662: MISSING title partial for #824

Closed
blueamerican opened this issue Jan 10, 2025 · 2 comments
Closed

Error in BE: Error 1701724662: MISSING title partial for #824

blueamerican opened this issue Jan 10, 2025 · 2 comments

Comments

@blueamerican
Copy link

blueamerican commented Jan 10, 2025

TYPO3 12.4.24
calendarize 13.0.7
own event Extension

everything works fine, but i still have a missing Template Error in BE when i click in the module "calendarize"

see screen attached.

I can edit the items in BE, it is only the error in the module list view, see screen.

Where is this partial missing? The identifier seems to be correct.

Where do i define the partialRootPaths for this partial?
This:

module.tx_calendarize {
   view {
     partialRootPaths {
       300 = EXT:site/Resources/Private/Extension/calendarize/Partials/
     }
   }
 }

does not work

Bildschirmfoto 2025-01-10 um 04 02 16

@lochmueller
Copy link
Owner

Hey @blueamerican ,

do you load the TypoScript via ext_typoscript_setup.typoscript in your custom extension? (example: https://github.com/lochmueller/calendarize_pages/blob/main/ext_typoscript_setup.typoscript ). In the example is a # Deprecated: remove when dropping TYPO3 v11 note. Do you try this (note: it is "plugin" and not "module" in this case)

plugin.tx_calendarize {
   view {
     partialRootPaths {
       300 = EXT:site/Resources/Private/Extension/calendarize/Partials/
     }
   }
 }

in ext_typoscript_setup.typoscript?

Do you set EXT:calendarize as dependency in your extension to take care of the right loading order of the extensions?

Regards,
Tim

@lochmueller
Copy link
Owner

Do you also try this (example of calendarize_news): https://github.com/lochmueller/calendarize_news/blob/main/Configuration/page.tsconfig

I think one of the ideas (post before and/or page.tsconfig file) should fix this problem.
I will close this issue.

Regards,
Tim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants