03-08-2018, 12:27 PM
Because my database tables have underscore, I added this sign in the validity check.
In helpers/forms.php, line 443:
<pre></pre>
Evert
In helpers/forms.php, line 443:
<pre>
Code:
if (!preg_match("#^[a-z0-9_]+$#", $name)) {
Evert