View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016734 | phpList 3 application | General | public | 02-01-13 17:49 | 21-06-18 13:05 |
Reporter | alpha1 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 2.11.7 | ||||
Summary | 0016734: Missing HTTP:// | ||||
Description | The form for the FORWARDing is missing the HTTP, so the URL gets deformed and fails to send. LINE 1021: $form = '<form method="post" action="'.$_SERVER["HTTP_HOST"]. $_SERVER["REQUEST_URI"].'">'; | ||||
Tags | needinfo | ||||
|
I can't find where this is. Can you give a filename? You only give the line number. thanks |
|
This is index.php in the main directory. Sorry for missing that |
|
I can't find the form reference you mention. The only form that is there has an empty action, which basically means post on the current URL. $form = '<form method="post" action="">'; |