First User, with ID 0, is constantly reported as 'Saving but not Publishing' in The Dashboard plugin
Hi as above, using The Dashboard plugin, the first user created in Umbraco is constantly reported as doing the below; (and i know nobody is logging in as the user and doing it)
This is annoying because above this list is one item that's actually useful to see, so is this because user 0 runs some automated tasks or something? Or do i need to refer to The Dashboard?
The Content Service is used if you update content nodes from your custom code, not sure if you are doing that? You could search your code for "ContentService" to see if you are using it anywhere to save or update data.
It might also be that there is stuff saved in the log that should not be presented in the dashboard - but I just want to start with making sure that you don't do any stuff in your code that creates these entries before debugging the package.
First User, with ID 0, is constantly reported as 'Saving but not Publishing' in The Dashboard plugin
Hi as above, using The Dashboard plugin, the first user created in Umbraco is constantly reported as doing the below; (and i know nobody is logging in as the user and doing it)
This is annoying because above this list is one item that's actually useful to see, so is this because user 0 runs some automated tasks or something? Or do i need to refer to The Dashboard?
Thank you.
Hi!
User 0 is the "admin"-account or the first account created when installing Umbraco.
Do you have any custom code that uses the "Content Service"?
// m
Ive fiddled around with and have a custom index? Not sure if that's Content Service though.
Hi!
The Content Service is used if you update content nodes from your custom code, not sure if you are doing that? You could search your code for "ContentService" to see if you are using it anywhere to save or update data.
It might also be that there is stuff saved in the log that should not be presented in the dashboard - but I just want to start with making sure that you don't do any stuff in your code that creates these entries before debugging the package.
Cheers!
I'm having the same issue and I can't or think of any custom code that saves!
is working on a reply...