I have started developing the test site in Umbraco 7.6.1.
I did 2 pages with macro and both are working fine. but when I logout and logged back in after 15 minutes, I could not see one page content in back end but when I run the project that page is visible in front end.
I do not know what is the problem because I did not get any error and it suddenly disappears from back end.
Content page not visible in backend
Hello,
I have started developing the test site in Umbraco 7.6.1.
I did 2 pages with macro and both are working fine. but when I logout and logged back in after 15 minutes, I could not see one page content in back end but when I run the project that page is visible in front end.
I do not know what is the problem because I did not get any error and it suddenly disappears from back end.
Look forward from any reply.
Thanks, Priyanka
Comment author was deleted
Hey Priyanka are you using sql ce as the db engine?
Hi Tim,
Thanks for your reply.
Yes I am using SQL CE as the db engine.
Thanks, Priyanka
Comment author was deleted
Probably got bit by this issue http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/53016-Losing-changes-with-SQL-CE-and-Visual-Studio
Try adding ;Max Buffer Size=256 to your connection string
It won't bring the data back but will prevent it from happening again
is working on a reply...