[TYPO3-project-seminars] Configurations check - OPTIONS_ENTRY
Oliver Klee
typo3-german-02 at oliverklee.de
Tue Jun 24 23:05:57 CEST 2008
Hi Jan,
Jan Switling schrieb:
> after updating the seminats-extension I have got
> following message:
>
> Configuration check warning:
> The subpart OPTIONS_ENTRY is missing in the HTML template file
> uploads/tx_seminars/seminars.html.
>
> What kind of Subpart ist it and where?
> I have put it in my html-template like this ###OPTIONS_ENTRY### , but
> nothing happens.
###OPTIONS_ENTRY### is a marker. This is what a subpart looks like:
<!-- ###OPTIONS_ENTRY### -->
some content
<!-- ###OPTIONS_ENTRY### -->
But to the problem that's biting you: When you do a major version
upgrade (e.g. from 0.5.x to 0.6.x) and you use a customized HTML
template, you need to change your HTML template as well. That's because
the new version has new subparts in the HTML template, and other things
have been changed as well to fix bugs or implement new features.
The easiest way (if you haven't completely changed the HTML template) is
to make a copy of the original template of the current Seminar Manager
version and then apply you changes there (if you know how to use
diff/patch, that'll help a lot).
Other important things you should know about the upgrade are described
in the manual:
<http://typo3.org/documentation/document-library/extension-manuals/seminars/0.6.1/view/1/2/#id3896164>
Regards,
Oliver
More information about the TYPO3-project-seminars
mailing list