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:
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:
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.
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.
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?
Hmm when do you get the error?
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.
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.
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.
Strange I'll take a look
is working on a reply...
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.