Hi yudeisy, A common issue is to forget to import your content module at initialize time. The portal_type entry can exists without the class being well initialized.
An other common issue is to forget the initialize method call in the zcml. an example: http://svn.plone.org/svn/collective/PylabGrapher/branches/webchart.matplotlib/webchart/matplotlib/__init__.py (import content) http://svn.plone.org/svn/collective/PylabGrapher/branches/webchart.matplotlib/webchart/matplotlib/configure.zcml (<five:registerPackage package="." initialize=".initialize" />) JeanMichel FRANCOIS Wednesday 16 July 2008 16:48:25 yudeisy > Gilles > > The new content type appear in the portal type, thats why Im worried, I > think its probably something I miss, any property? I dont know, please > help me. > > Gilles Lenfant wrote: > > Le 16 juil. 08 à 15:40, yudeisy a écrit : > >> Hello > > > > Please do not cross post. I remove "[EMAIL PROTECTED]" from > > recipients list. > > > >> Im developing a new content type via the method in "Professional > >> Plone Development", and everything is ok, I put the product in src/ > >> and register in the .policy without any problem, when I run the site > >> it installs well but it doesn´t appear in the addable content types > >> of the portal. I test changing some parts of the product but nothing > >> happend. What can I do?? > > > > Do your content types appear in the portal_types tool after installing > > your product/component in the site? I suspect the answer is "no". > > You did probably forgot to add the types step in the default (or > > applied) profile (see page 217) > > > >> Thanks, > >> > >> Yude > >> > >> pd: sorry my english, I speak spanish. > >> > >> > >> _______________________________________________ > >> Product-Developers mailing list > >> [email protected] > >> http://lists.plone.org/mailman/listinfo/product-developers > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
