(see UPDATE below)
I need a way for a non-techie user to upload PDFs but the Media module (installed) appears unable to do this. I've read discussions about this but i haven't been able to glean a solution from the threads.
So I add a file field to a content type, configure it and use it to browse for and upload a PDF. This is what I get when I click 'Save':
[white x in red circle] [colon] Menu link title field has to have maximum 128 values.
If I have no menu link defined I get:
[white x in red circle] [colon]
New and existing pages, with new or existing file fields, display this error.
If I click Browse (for file) but NOT Upload, the file IS attached when the page is saved. So that's a workaround.
However, I can't remove a file - same error message. The workaround here is to [enable and] uncheck Display.
I've uninstalled the Media module but any newly created or current file fields are still 'broken'.
I don't know if this is related to the Media module or not.
Drupal core 7.7
Media 7.x-1.0-beta5
Any ideas anyone?
UPDATE:
The error appears to be generated by the Clientside Validation module. With this module disabled the File field works as expected. As does the Image field which was also affected.