Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Devs, I'm working on my first Umbraco project and I'm following the tutorial "Creating a custom Dashboard".
When I call the method getUserLog of the logResource service I get an Sql Exception that notify my about an error in the WHERE clause of the query.
I'm usign exactly the same code of the tutorial:
logResource.getUserLog("save", new Date()) .then(function (response) { console.log(response) vm.LogEntries = response; });
Something wrong on my side? Thanks, Christian
Hi Christian,
Nothing wrong at your side. The logResource is "broken": http://issues.umbraco.org/issue/U4-11458
I created a PR for this but that still needs to be reviewed.
You can find some more info in this thread and a workaround to complete the tutorial : https://our.umbraco.com/forum/extending-umbraco-and-using-the-api/92396-custom-dashboard-and-sqlce
Dave
Hi Dave, thank you for the info. Waiting for an official fix I will follow your link in order to apply a workaround.
Christian
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
SqlException with backoffice logResource service
Hi Devs, I'm working on my first Umbraco project and I'm following the tutorial "Creating a custom Dashboard".
When I call the method getUserLog of the logResource service I get an Sql Exception that notify my about an error in the WHERE clause of the query.
I'm usign exactly the same code of the tutorial:
Something wrong on my side? Thanks, Christian
Hi Christian,
Nothing wrong at your side. The logResource is "broken": http://issues.umbraco.org/issue/U4-11458
I created a PR for this but that still needs to be reviewed.
You can find some more info in this thread and a workaround to complete the tutorial : https://our.umbraco.com/forum/extending-umbraco-and-using-the-api/92396-custom-dashboard-and-sqlce
Dave
Hi Dave, thank you for the info. Waiting for an official fix I will follow your link in order to apply a workaround.
Christian
is working on a reply...