I've noticed that when going to the application form page it generates a few errors and this is before submitting the form.
Here are the errors and respective lines:
8: Undefined variable: scripturl
File: /home/xxx/public_html/forum/Themes/default/languages/TPShout.english.php (eval?)
Line: 256
<form action="' . $scripturl . '?page=' . $_GET['page'] . '" method="post">
8: Undefined variable: fieldvalue
File: /home/xxx/public_html/forum/Themes/default/languages/TPShout.english.php (eval?)
Line: 286
echo '<INPUT name="' . $field['name'] . '" type="text" value ="' . $fieldvalue[$field['name']] . '" />';
8: Undefined variable: fieldvalue
File: /home/xxx/public_html/forum/Themes/default/languages/TPShout.english.php (eval?)
Line: 313
echo $fieldvalue[$field['name']];
These errors only come up when viewing the application form.
After submitting I get different errors in the log.
8: Undefined index: heading
File: /home/xxx/public_html/forum/Themes/default/languages/TPShout.english.php (eval?)
Line: 216
$postbody .= '[color=red][u][b]' . $field['caption'] . '[/b][/u][/color] ' . $_REQUEST[$field['name']] . '<br />';
8: Undefined index: charclass
File: /home/xxx/public_html/forum/Themes/default/languages/TPShout.english.php (eval?)
Line: 223
'subject' => '[Pending] Application of ' . $_REQUEST['realname'] . ' ' . $_REQUEST['charclass'],
8: Undefined variable: user_info
File: /home/xxx/public_html/forum/Themes/default/languages/TPShout.english.php (eval?)
Line: 240
'email' => $user_info['email'],
I apologize for the long post but I'm trying to be as detailed as possible.
Also, BTW the form seems to work properly when viewing and submitting.
Any help would be appreciated, thanks in advance!
