Closed
Bug 386038
Opened 18 years ago
Closed 18 years ago
New plan : Create requires a name argument, and that argument was not set
Categories
(Testopia :: Test Plans, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bob.goodenough, Assigned: gregaryh)
Details
Attachments
(1 file)
|
27.32 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build Identifier: Testopia Version 1.3
Attempting to create a new test plan, name, type and product selected (no versions available/specified). Click Add - message as below:
Bugzilla has suffered an internal error. Please save this page and send it to <name removed> with details of what you were doing at the time this message appeared.
URL: http://10.10.99.99/bugzilla-3/tr_new_plan.cgi
The function Bugzilla::Testopia::TestPlan->create requires a name argument, and that argument was not set.
Reproducible: Always
Steps to Reproduce:
See above.
Expected Results:
Created a new test plan.
Browser details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Default theme.
| Assignee | ||
Comment 2•18 years ago
|
||
I think it may be complaining about the version actually.
If there is no version, it will not work.
The version box loads from javascript. Make sure that your dojo.js file is readable by the web server.
Looks like checksetup.pl may not be doing the required user:group changes. Administrator did chown -R root:apache within the Bugzilla directory (he tells me!).
Works OK now.
Comment 4•18 years ago
|
||
Fixed -- see comment 3.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
I had the same issue, but resolution is different.
checksetup.pl tells me that i have JSON v2.02
"Checking for JSON (v1.07) ok: found v2.02"
when looking at response from tr_quicksearch.cgi which is called from getProdVers javascript method, i saw the following message:
<h1>Software error:</h1>
<pre>Can't locate object method "autoconv" via package "JSON" at /var/www/<...>/htdocs/bugzilla/tr_quicksearch.cgi line 323.
</pre>
<p>
For help, please send mail to the webmaster (<a href="....">....</a>), giving this error message
and the time and date of the error.
</p>
in tr_quicksearch.cgi i commented line:
$json->autoconv(0);
and now version dropdown gets populated and i can add new plan.
Comment 6•18 years ago
|
||
(In reply to comment #5)
> I had the same issue, but resolution is different.
> checksetup.pl tells me that i have JSON v2.02
> "Checking for JSON (v1.07) ok: found v2.02"
This is a totally different problem. See bug 409309.
You need to log in
before you can comment on or make changes to this bug.
Description
•