[FLOW3-general] Creating my first TYPO3 Phoenix plugin
Christian Müller
christian.mueller at typo3.org
Wed Oct 10 12:15:35 CEST 2012
Hi Mario,
the information is somewhat outdated.
On 10/10/12 12:04, mario chiari wrote:
> Hi
>
> still trying to understand how to port a Flow package inside Neos.
>
> I have tried to follow
> http://phoenix.typo3.org/documentation/gettingstarted/yourfirstplugin.html#converting-a-flow3-package-into-a-phoenix-plugin step-by-step, but rename it Mario.Little.
>
> I get the following error msg:
> -----------------
> Uncaught Exception in Flow
> #1297759968: Exception while property mapping for target type "TYPO3
> \TYPO3CR\Domain\Model\NodeInterface", at property path "": Content type
> "TYPO3.TYPO3:Plugin" does not exist (More information)
TYPO3.TYPO3:Plugin is (currently) TYPO3.Phoenix.ContentTypes:Plugin and
will in the future be renamed to
TYPO3.Neos.ContentTypes:Plugin.
So currently try to replace TYPO3.TYPO3:Plugin everywhere it is used in
the documentation with TYPO3.Phoenix.ContentTypes:Plugin
Cheers,
Christian
More information about the FLOW3-general
mailing list