
bugs at lists
Apr 6, 2009, 5:03 AM
Post #1 of 1
(483 views)
Permalink
|
|
[Bug 1457] New: bric_media_upload required fields are hosed
|
|
http://bugs.bricolage.cc/show_bug.cgi?id=1457 Summary: bric_media_upload required fields are hosed Product: Bricolage Version: 1.11.1 - Developer Release Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: SOAP AssignedTo: lannings [at] who ReportedBy: lannings [at] who I think it's because minimum elements is 1 for these auto-generated fields, but actually any required field now has min 1 so for any media type that has required fields bric_media_upload will no longer work. I guess.. $ bric_media_upload --server=mmmmm.who.int --media-type='Illustration' entity [.....] Found Media: entity/eportuguese/strategy_scope/vhl.jpg [.....] Category /entity/eportuguese/strategy_scope/ found. Media vhl.jpg not found. Uploading vhl.jpg... Executing /usr/local/bricolage/bin/bric_soap --use-cookie-file /tmp/bric_media_upload.7506/logincookie --timeout 123 --server mmmmm.who.int media create /tmp/bric_media_upload.7506/media_xml_temp.xml Error create media vhl.jpg: Call to Bric::SOAP::Media->create failed: Field "width" cannot be deleted. There must be at least 1 fields of this type. Check the Apache error log for more detail. -- Configure bugmail: http://bugs.bricolage.cc/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
|