We are not able to delete a page from Umbraco. On deletion of the page
we got an error as shown below and also a progress bar like thing start showing.
But when we click on some others section like “Users” and come back to “Content”
section where pages are present then this error and progress bar like thing
goes.
Server error:Contact administrator, see log for full
details.
Failed to delete item 1327
Just for your information we are using Umbraco 7.1.4 version. Can anyone
please let us know if we are missing any thing?
Do you see the same issue in v7.1.4 or is it a newer version?
If so...have you tried looking in the trace log as Steve suggests above? And did the issue just start happening on an installation that has been living for at while? Or do you see the issue on a fresh installation?
If the installation has been living for a while, what changes have been made when this started to happen? Installation of a 3rd party package? Some custom Umbraco API back office integration?
If it just started happening then it might be worth checking to see if the server has enough disk space.
What path did you take doing the upgrade? Was it done directly or did you do a step by step upgrade?
I've been noticing a lot of these issues when people have been upgrading from 4.x.x to 6 or 7...still have not figured out what the culprit might be though.
Have you been rebuilding the examine index afterwards? And did you clear the /app_data/TEMP folder and increment the version number attribute in /config/ClientDependency.config as well?
Does the node use a datatype/property editor, which is not compatible with v7 anymore?
I did a direct upgrade from 4.5.x til 7.1.8, but had some SQL issues when updating the database ('DF_cmsMacroProperty_macroPropertyHidden' is not a constraint). And dropped the constraint and set it again.
I just updatede the version number and cleared the temp folder.
And now i got an new error (Server error:Contact administrator, see log for full details. undefined ) while trying to create/publish a new node:
2014-12-01 11:11:20,265 [43] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 28] Couldn't find any page with nodeId=1850. This is most likely caused by the page not being published. 2014-12-01 11:11:24,265 [43] INFO Umbraco.Core.Publishing.PublishingStrategy - [Thread 28] Content 'dfggg' with Id '1850' has been published.
Page Deletion Issue In Umbraco
Hi All,
We are not able to delete a page from Umbraco. On deletion of the page we got an error as shown below and also a progress bar like thing start showing. But when we click on some others section like “Users” and come back to “Content” section where pages are present then this error and progress bar like thing goes.
Server error: Contact administrator, see log for full details.
Failed to delete item 1327
Just for your information we are using Umbraco 7.1.4 version. Can anyone please let us know if we are missing any thing?
Regards
Tarunjit Singh
Have a look in the log - /App_Data/Logs/UmbracoTraceLog.txt
Does your user account have full permissions or is it locked down?
Hi Tarunjit
Did you solve this problem?
/Kim
Hi Kim
Do you see the same issue in v7.1.4 or is it a newer version?
If so...have you tried looking in the trace log as Steve suggests above? And did the issue just start happening on an installation that has been living for at while? Or do you see the issue on a fresh installation?
If the installation has been living for a while, what changes have been made when this started to happen? Installation of a 3rd party package? Some custom Umbraco API back office integration?
If it just started happening then it might be worth checking to see if the server has enough disk space.
Looking forward to hearing from you.
/Jan
Ive got the problem in a upgraded 7.1.8 from 4.5.*
Nothing in the tracelog exept that the node has been unpublished.
The node gets deleted and ends up in the recycle bin. I just get the error:
Server error: Contact administrator, see log for full details.
Failed to delete item ****
Hi Kim
What path did you take doing the upgrade? Was it done directly or did you do a step by step upgrade?
I've been noticing a lot of these issues when people have been upgrading from 4.x.x to 6 or 7...still have not figured out what the culprit might be though.
Have you been rebuilding the examine index afterwards? And did you clear the /app_data/TEMP folder and increment the version number attribute in /config/ClientDependency.config as well?
Does the node use a datatype/property editor, which is not compatible with v7 anymore?
/Jan
Hi Jan
I did a direct upgrade from 4.5.x til 7.1.8, but had some SQL issues when updating the database ('DF_cmsMacroProperty_macroPropertyHidden' is not a constraint). And dropped the constraint and set it again.
I just updatede the version number and cleared the temp folder.
And now i got an new error (Server error: Contact administrator, see log for full details. undefined ) while trying to create/publish a new node:
2014-12-01 11:11:20,265 [43] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 28] Couldn't find any page with nodeId=1850. This is most likely caused by the page not being published.
2014-12-01 11:11:24,265 [43] INFO Umbraco.Core.Publishing.PublishingStrategy - [Thread 28] Content 'dfggg' with Id '1850' has been published.
Nope, no special datatypes.
/Kim
is working on a reply...