I have a problem with the grid view. A few days ago I created a custom view to render my Image so it gets croped. Now when I open the page in my backoffice I get the error:
Request error: The URL returned a 404 (not found):
views/propertyeditors/grid/editors/Media_square.html
Obviously it does not show any content.
On the frontend everything is rendered just fine.
Where can I set the render options for the backoffice view?
I forgot about my changes a fiew month ago. I created a package.manifest under App_Plugins/Grid where I now defined the correct path to the .cshtml file.
Had to watch the great Umbraco Video Tutorial to bring it back to mind though...
ali, that linked bug was fixed in 7.10.4, so I doubt it is present in 8.5. I followed the workaround in the first comment by Sebastiaan Janssen in the linked bug to fix this issue in an Umbraco 7.x
Are you getting any console errors? The issue I faced was to do with the trimStart function becoming part of Chrome and I am pretty sure there were console errors. Sorry, that's all I remember after 2 years...
Hi ali, seems like you are missing the file on disk. Can you check if you have the folder App_Plugins/TopMeun and if there is a file called editor.html inside?
Grid View Editor not found 404
Hi there,
I have a problem with the grid view. A few days ago I created a custom view to render my Image so it gets croped. Now when I open the page in my backoffice I get the error:
Obviously it does not show any content. On the frontend everything is rendered just fine.
Where can I set the render options for the backoffice view?
Hi Edgar,
Could you post your
~/config/grid.editors.config.js
file?Hi Ben,
thanks for your reply.
I forgot about my changes a fiew month ago. I created a package.manifest under App_Plugins/Grid where I now defined the correct path to the .cshtml file.
Had to watch the great Umbraco Video Tutorial to bring it back to mind though...
Thanks again for your time.
Hi All ,
I am getting below error on selecting the dropdown of Vorto for creating new data type , can any one please help
Hi Arjun,
I just had a similar issue, after debugging I found that the issue was due to this bug: http://issues.umbraco.org/issue/U4-11253
Maybe that's helpful for you if you haven't found a solution yet.
Could please tell how you solve your issue i am facing the same problem umbraco 8.5 2019
ali, that linked bug was fixed in 7.10.4, so I doubt it is present in 8.5. I followed the workaround in the first comment by Sebastiaan Janssen in the linked bug to fix this issue in an Umbraco 7.x
Chris , i swear i facing the same bug in 8.5 at least if you could tell me what was the cause of this error
Hi ali,
Are you getting any console errors? The issue I faced was to do with the trimStart function becoming part of Chrome and I am pretty sure there were console errors. Sorry, that's all I remember after 2 years...
This the only error i got GET http://localhost:8098/App_Plugins/TopMeun/editor.html 404 (Not Found)
in the control panel but the website it self dose not have and error and the grid load without any problem
Hi ali, seems like you are missing the file on disk. Can you check if you have the folder App_Plugins/TopMeun and if there is a file called editor.html inside?
is working on a reply...