We’ve got an issue on a site thats built on 1.6.8.
We have a members database, where users can post news to the site via the front end using exp:weblog:entry_form tag (after they’ve logged in)
At present, when we click submit, the page reloads itself, same URL, but totally blank page, no HTML source either.
We then tried logging in as the Super User to check if its permissions, and the same result.
Next we tried stripping back the page to bare basics, only trying to add a ‘title’, but its the same.
This is the code of the template page…
{exp:weblog:entry_form weblog="news" }
Title
<input type="text" name="title" id="title" size="50" maxlength="100" /></p>
<input type="submit" name="submit" value="Submit" />
{/exp:weblog:entry_form}Any data does not get added to the Weblog. We’ve also tried a different & new weblog to make sure its not that.
We’ve also disabled any extensions/modules (not using ‘Strucutre’ as we’ve read it can cause problems)
Does anyone know what could be causing this?!
Many thanks,
Matt