Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Someone reported @ https://www.blesta.com/forums/index.php?/topic/10591-user-signup-gives-error-no-input-file-specified/
Apparently an error "No input file specified" can be encountered after someone signs up via a Registration order form, but no other order forms exist. The user identified this to be caused be the redirect in /order/controllers/signup.php:
$this->redirect($this->base_uri . 'order/checkout/index/' . $this->order_form->label);
Apparently redirecting to /order/checkout/index/ when no other order form exists can lead to this issue. We should attempt to duplicate and devise a solution.
Activity
Field | Original Value | New Value |
---|---|---|
Sprint | 4.2.0 Sprint 2 [ 47 ] |
Rank | Ranked higher |
Rank | Ranked higher |
Security | Private [ 10000 ] |

Status | Open [ 1 ] | In Progress [ 3 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 1 hour, 17 minutes [ 4620 ] | |
Worklog Id | 10369 [ 10369 ] |
Sprint | 4.2.0 Sprint 2 [ 47 ] | 4.2.0 Sprint 2, 4.2.0 Sprint 3 [ 47, 48 ] |
Rank | Ranked higher |
Time Spent | 1 hour, 17 minutes [ 4620 ] | 1 hour, 37 minutes [ 5820 ] |
Worklog Id | 10421 [ 10421 ] |
Time Spent | 1 hour, 37 minutes [ 5820 ] | 1 hour, 46 minutes [ 6360 ] |
Worklog Id | 10423 [ 10423 ] |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Fix Version/s | 4.2.0-b1 [ 11014 ] | |
Resolution | Cannot Reproduce [ 5 ] |
No luck recreating this yet, but from looking online it seems that this an environment issue. Is that even something we should worry about reproducing?