November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Khan,
Yes i have all of them, same as on dev machine
CMS
EPiServer.Forms
EPiServer.Forms.UI
EPiServer.Forms.Packaging.UI
Shell
All other parts of CMS are working fine, only Edit is not.
EpiServer cms Version?
Can you double check IIS settings also, Is there any virtual directory for modues?
Do you deploy site on servers manually or using tools like Octopus?
Other reasons that i can think of is access issues or certificate issue, but those are very unlikely. Try an appication pool reccyle also.
/K
Hi Khan,
I'm using EPiServer v10.2.0.
I've checked IIS and there is no virtual directory for modules, and deployment is done manually. Before deploying to server i've checked published files and site is working without any problems but once its deployed this problem occurs. We are hosting under http so no certificated is required and i tried with recycle app pool and deleting .net temporary files but nothing helped.
I did a quick test in my local for me http://mywebsite/EPiServer/cms/Stores/contentstructure/ returns {}&&[]
Try to access this url in browser window also from the server. that may help your investigation, Try some other urls also e.g.
http://mywebsite/EPiServer/shell/Stores/uidescriptor/
Hi Khan,
I tried that also but response is 404 as well
this is from server:
And this is from dev machine
Just to be on the safe side: check tblContent in the cms database and see if it too has a post with id 3 and compare it with the content in your dev environment.
Especially look at the parent and content type.
If it isn't a data issue you are stuck with debugging the routing. :(
/Erik
Hi Erik,
Thanks for response, but yes all content is same. I can open site without any problems and all pages/structure is same as on dev machine, all is working fine. Only problem is with CMS edit section there is no data, and both endpoints /stores/contentstructure/ and /stores/contentdata/ returns 404, so it must be some problem with routing but i don't know how to fix it nor debug it.
Thanks,
Aleksandar
Have you tried this ?
http://world.episerver.com/blogs/Linus-Ekstrom/Dates/2013/1/Resetting-your-EPiServer-views/
Hi Mahul,
Thanks for your respons but i've found problem.
In event viewer warning was logged with error message “Could not map property ContentGuid - table tblBigTable does not contain any columns that map to DbType.Guid” which was caused by restoring DB using generated scripts. I've restored DB from 2014 SQL to version 2008 R2, using 2008 compatibility mode and that produced error, so i've repet generating scripts but this time using 2008R2 compatibility mode and problem was solved.
This post helped me a lot
http://world.episerver.com/forum/developer-forum/Developer-to-developer/Thread-Container/2015/10/i-can39t-see-the-page-tree-in-the-cms/
I've deployed site to customers server and it works fine, except edit mode which is not showing page tree. In console there are 20 error message and all are same "error loading ROOT children"
For some reason all calls to
returns 404, and responseText is empty.
On dev machine this is working withouth any problems but i don't know why is this happening on server.