Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Tim,
Are you using shared database? I mean, same database is being used by other developers too?
The following link might be related
If not, please let me know
Do you say that this error occurs only for one page that you are creating? And not for other pages you are creating?
Same page type, or different page type?
I get this DB Error on saving a new page programmatically:
The code which always worked is:
public static ContentReference SaveContentToPublishWithNoAccess(this IContentRepository contentRepository, IContent content) { return contentRepository.Save(content, SaveAction.Publish, AccessLevel.NoAccess); }
What can be the reason? This happens only for one page that i am creating but i cannot see a difference to the others.
I have restarted IIS and cleared the trash. Since it's on local i can also debug.