23.10.2016, 19:40
- The logs show that you execute 2 INSERT queries when you only need 1.
- Set default values to columns so you won't have to insert values yourself.
- The number of count for specifiers do not match the arguments. It has 1 %e specifier but no argument found.
- Same problem as above for the UPDATE query (3 %d specifiers but no arguments).
- Set default values to columns so you won't have to insert values yourself.
- The number of count for specifiers do not match the arguments. It has 1 %e specifier but no argument found.
- Same problem as above for the UPDATE query (3 %d specifiers but no arguments).

