London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.