I installed phpFormGenerator using Installatron, then went to the page
<my domain="">/forms, which I expect to be the main dashboard. Instead, it
displays a form:
This seems to be where the login form is created. Apparently, for some
reason, the "__IH" variable is not set right. I am no expert in php (to
say the least) or in CPanel for that matter, so I am stuck here.
Any suggestions? Thanx.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed phpFormGenerator using Installatron, then went to the page
<my domain="">/forms, which I expect to be the main dashboard. Instead, it
displays a form:
Authentication required
Username: _
Password: _
[Login]
I have no clue which username I should type - tried everything. However,
Authentication required<form action="" method="post">Username: <input name="__il" type="text">looking at index.php, I see that it begins with
Password: <input name="__ip" type="password">
<input type="submit" value="Login"></form>"; return; } ?>
This seems to be where the login form is created. Apparently, for some
reason, the "__IH" variable is not set right. I am no expert in php (to
say the least) or in CPanel for that matter, so I am stuck here.
Any suggestions? Thanx.