I am using the NewsManager and NewsEditor snippet to allow my front end users to create a gallery document.
When they submit an "article" that will be the main page for the gallery, I keep getting a 404 error page. The url that is showing up that it is looking for is like this:
http://www.unionky911.org/93.html (93 is the page id)
This is what the NewsEditor snippet is redirecting to, with this snippet call:
[[NewsEditor? &folder=`19` &clearcache=`1` &template=`global_main` &formtpl=`gallerycomments` &rtcontent=`tvGalleryContent` &footertpl=`MaxiGallery`]]
This occurs with the snippet cached and uncached.
However, if you go to the "gallery" page, the new document is there and seems to be working. The url that the new gallery is listed under is:
http://www.unionky911.org/gallery/article-1191943022.html
I am assuming that when the submit button is pressed, it should be redirecting to the /article-xxx.html page, but it isn’t. Can anyone provide some help with this as I have been working on getting this corrected for the last two weeks with no luck.
Thanks in advance!