I notice the "wordcounter" being mentioned in the trace - And I wonder if perhaps you have a custom property editor, which may be causing these issues? Do you have a "wordcounter" plugin in the /app_plugins folder in the root of your project? It might also be a plugin you've installed adding some word count - I suspect you need to comment out the code or potentially uninstall it perhaps - If it's something newly developed added to new document types. that's probably the reason why you get the 404 since it seems there might be a bug in the custom script causing this behaviour.
404 with attempting create on all new doc types
I am getting a 404 under Content > Parent Node > Create new For all of my new doc types that I am creating, I am getting the same 404 GetById?id=0
Does anyone have any idea why this would happen? Previously created doc types can still be created but anything new is simply not working.
v11+
Hi Scott
I notice the "wordcounter" being mentioned in the trace - And I wonder if perhaps you have a custom property editor, which may be causing these issues? Do you have a "wordcounter" plugin in the /app_plugins folder in the root of your project? It might also be a plugin you've installed adding some word count - I suspect you need to comment out the code or potentially uninstall it perhaps - If it's something newly developed added to new document types. that's probably the reason why you get the 404 since it seems there might be a bug in the custom script causing this behaviour.
Hope this helps!
/Jan
Good catch. Thank you.
is working on a reply...