Menu

#144 No such content type: ATImage

open
nobody
None
5
2005-07-11
2005-07-11
Witold Eryk
No

Hi I am trying to generate an Article content type.
(PloneArticle 3.17)

I have added some text and now I am trying to add some
images.

a) Using Images browse.
After selecting an image that I have just created using
add->image

Nothing happens and I am getting the error message
You tried to paste 1 image(s). Unauthorized content
type used for 1 image(s).

If I am trying to use the
Upload an image form
define the title and select an jpg image from the hard
drive I am getting the following errors.

Site error

This site encountered an error trying to fulfill your
request. The errors were:

Error Type
ValueError
Error Value
No such content type: ATImage

I do not understand the AT content types etc are all
installed.
ATContentTypes 0.2.0-final (CVS/Unreleased)

What I am doing wrong.

Cheers
Eryk

Discussion

  • Encolpe DEGOUTE

    Encolpe DEGOUTE - 2005-07-11

    Logged In: YES
    user_id=612865

    Are AT types switched ?

    Check in portal_type/Image if 'Product meta type' is
    ATImage. If it is, just modify PloneArticle configuration to
    use 'Image' type instead of 'ATImage'.

    You may have the same problem with Link and File.

     
  • Nobody/Anonymous

    Logged In: NO

    Check in portal_type/Image if 'Product meta type' is
    ATImage.

    Yes it is.

    If it is, just modify PloneArticle configuration to
    use 'Image' type instead of 'ATImage'.

    Where do I find the PloneArticle configuration?
    I have found portal_types/PloneArticle but no way to do what
    you are telling me to do. Sorry. I am a newbee. It would be
    very kind of you if you provide a bit more details.

    cheers
    Eryk

     
  • Encolpe DEGOUTE

    Encolpe DEGOUTE - 2005-07-11

    Logged In: YES
    user_id=612865

    You can configure PloneArticle in the Plone configuration panel.

    Somthing like:
    /plone/plone_control_panel
    and
    /plone/plonearticle_prefs_form

     

Log in to post a comment.