Closed
Bug 289252
Opened 20 years ago
Closed 20 years ago
undef error - Can't find param named mailfrom at Bugzilla/Config.pm line 151
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 135812
People
(Reporter: dev.anand, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1 when reporting a new bug. Am using the CVS head Reproducible: Always Steps to Reproduce: 1.enter new bug 2. 3. Actual Results: undef error - Can't find param named mailfrom at Bugzilla/Config.pm line 151 Expected Results: should create bug
Comment 1•20 years ago
|
||
did you run/pass checksetup? any customizations?
Comment 2•20 years ago
|
||
This is probably a result of the converstion code from bug 135812 that was backed out. If the param conversion was done on your install between when that patch was checked in and when it was backed out, your mail templates may be looking for a mailfrom param that no longer exists. The easiest way to fix this would be to reset those templates on the editparams.cgi page. I'm gonna mark this as a dupe of bug 135812 only because re-fixing that bug will put the mailfrom param back in and thus fix this issue for anybody else that may have updated during that time. *** This bug has been marked as a duplicate of 135812 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•