I had the same problem, just needed to create_tables.php first .
Also, in command.php, you can change $query ( empty var )
for $__query ( real query var ) to see what is going on .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I had the same problem, just needed to create_tables.php first .
Also, in command.php, you can change $query ( empty var )
for $__query ( real query var ) to see what is going on .