Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • marcelh 171 posts 471 karma points
    Jan 03, 2014 @ 14:08
    marcelh
    0

    Failed to retrieve data for datatyoe

    Just installed the ThereIsNoSpoon package in a plain vanilla umbraco 7.0.1 install to try the promising Matrix editor, but unfortunatly the following message appears in a red bar:

    Server error: Contact administrator, see log for full details.
    Failed to retreive data for data type id 2074

    The log was not very helpful, the last two messages are :

    Save DataTypeDefinition performed by user
    Save ContentTypes performed by user

    The table cmsDataTypePreValues contains the following three rows:

    id    datatypeNodeId    value
    5    2074    2
    6    2074    1
    7    2074    { "rowlabels": [ "" ], "collabels": [ "First", "Second", "" ]}

    Any suggestion where to start?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 03, 2014 @ 14:21
    Tim Geyssens
    0

    Hmm when do you get the error?

  • marcelh 171 posts 471 karma points
    Jan 04, 2014 @ 15:07
    marcelh
    0

    Just after installing, I opened DataTypes and selected Matrix, then the error occurerd. For now restarting the AppPool resolved the error message. I have been able to reproduce this behavior after uninstalling/reinstalling.

    However, the next problem appeared, I'm not able to modify the row- or columnlabels.

    Interesting enough, immediately after installing the cmsDataTypePreValues table contains the following rows:

    id    datatypeNodeId    value    sortorder    alias
    41    2076    2    1    NULL
    42    2076    1    2    NULL
    43    2076    {  "rowlabels": [    ""  ],  "collabels": [    "First",    "Second",    ""  ]}    3    NULL

    After playing around (2 columns, 2 rows, manage rows, show labels), the table cmsDataTypePreValues contains the following three rows:

    datatypeNodeId    value    sortorder    alias
    2076    2    1    cols
    2076    2    2    rows
    2076    1    3    addrows
    2076    1    4    rowlabels
    2076    NULL    5    rowheaders

    Note the values for alias that have been assigned and the row containint the JSON with row- and columnlabes has been removed.

  • marcelh 171 posts 471 karma points
    Jan 06, 2014 @ 11:54
    marcelh
    100

    Tim, I guess I solved the mystery. As always with web related mysteries they were related to caching. On my new development machine I hadn't turned off caching in FF yet and appearently the new Belle UI and browser caching is not a happy combination.

  • Roel Snetselaar 151 posts 305 karma points
    Feb 10, 2014 @ 23:36
    Roel Snetselaar
    0

    I also got a "Server error: Contact administrator, see log for full details."-message after installing the package (on 7.0.3) and trying to configure the datatype.

    After restarting the website in IIS all works fine.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 11, 2014 @ 09:18
    Tim Geyssens
    0

    Strange I'll take a look

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies