pablo-mayrgundter / datawiki

DataWiki - A wiki for... Data!
1 stars 0 forks source link

unable to create new format #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. attempt to create a new format
2. enter tooltip and field names for three fields
3. hit the save button

What is the expected output? What do you see instead?
popup error:
There was a problem with this request.  <html>
  <head>
    <link rel="stylesheet" href="/index.css" type="text/css"/>
  </head>
  <body onload="translateInit('langSelect')">

<!-- nav -->
<div class="logoBody">
  <a href="/"><img src="/logo.png" alt="Google Data Wiki"></a>
</div>
<span class="sidePanel trans">

  <li><a href="/">Home</a></li>

  <li><a href="http://code.google.com/p/datawiki/">Project</a></li>

</span>

    <div class="mainPanel trans">
      <p>DataWiki failed :(</p>
      <ul>
        <li>Please report the bug, including the reason below, <a href="http://code.google.com/p/datawiki/issues/entry">here</a>!</li>
        <li>In the meantime, you might enjoy <a href="http://www.google.com/images?q=fail+animals&um=1&ie=UTF-8&source=og&sa=N&hl=en&tab=wi&biw=1270&bih=680">fail animals on Google Image Search</a>.</li>
      </ul>

      <p><strong>Reason:</strong></p>
      <blockquote style="border: solid 1px black; background-color: #cfc; padding: 1em">
        URI: /wiki/formats/quilt<br/>
Status Code: 500<br/>
Message: The number of submitted fields must match the field index range.<br/>
Exception: java.lang.IllegalArgumentException: The number of submitted fields 
must match the field index range.<br/>

      </blockquote>
      <p>&nbsp;</p>
      <p><strong>Fail Animals:</strong></p>
      <iframe src="http://www.google.com/images?q=fail+animals&um=1&ie=UTF-8&source=og&sa=N&hl=en&tab=wi&biw=1270&bih=680" width="100%" height="600px" frameborder=0/>
    </div>
  </body>
</html>

What browser were you using?
ff3.6.13

Please provide any additional information below.

Original issue reported on code.google.com by kelly.em...@gmail.com on 20 Apr 2011 at 3:30