I have installed a fresh copy of EE 2.4 and everything is smooth sailing until I go to use Safecracker.
I cannot seem to edit an existing entry OR post anything new. Below is my edit template, which is the exact same as another site I’ve worked with (EE 2.3.1) that worked fine.
This one has me stumped… I’ve tried removing all the custom fields except the title and that still failed to update or post anything new. I’m logged in as a Super Admin for these tests, and all my add-on’s are also up to date (plus none of them are new from the other installation where this same Safecracker form works).
If it’s any help, my date field doesn’t work properly either, despite having the CSS in place. So maybe these two are related? All of my styling is currently inline sense we’re still testing this. It’s basically a file management system, so we’ve got to get Safecracker working on this new server.
{exp:safecracker channel="file_management_ftp" return="file_manager/mine" entry_id="{segment_3}" author_only="yes" error_handling="inline"}
<label for="title">File Title</label>
<input type="text" name="title" id="title" value="{title}" size="50" maxlength="100">
<input type="hidden" name="url_title" id="url_title" value="{url_title}" maxlength="75" size="50">
<input type="hidden" name="file_mine" id="file_mine" value="yes" /></p>
<label for="expiration_date">Expiration Date (if applicable)</label>
<input type="text" name="expiration_date" id="expiration_date" value="{expiration_date}" maxlength="23" size="25">/p>
<strong>Upload a file (over 100MB):</strong>
<div>
{field:file_large}
</div>
<input type="submit" value="Submit" name="submit" />
{/exp:safecracker}Thanks,
John