6.0.0-beta1
8/14/25
  • Error
    Ticket 619 was not found.

[#1195] Invalid version causes error
Summary Invalid version causes error
Queue Whups
Type Bug
State Resolved
Priority 1. Low
Owners
Requester rbreiddal (at) presinet (dot) com
Created 01/19/2005 (7512 days ago)
Due
Updated 01/19/2005 (7512 days ago)
Assigned
Resolved 01/19/2005 (7512 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/19/2005 04:58:58 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Your patch was correct, but in the future please include the actual 
full error message just in case. I fixed a few other instances of the 
same variable name problem while I was at it.
01/19/2005 04:50:14 PM rbreiddal (at) presinet (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Invalid version causes error
Queue ⇒ Whups
Reply to this comment
If you edit any version, and enter an incorrect value (for instance, 
blank) into the description, and then submit it, it brings up an error 
in admin.php:761.  It should reload the same form 
(EditVersionStep2Form).  I think the following change on line 761 of 
admin.php does the correct thing:



-        $form1->renderActive($RENDERER, $vars, 'admin.php', 'post');

+        $form->renderActive($RENDERER, $vars, 'admin.php', 'post');


Saved Queries