#49 Fix register page on laravel installation
state: closed opened by: adrianharabula on: 5/3/2017
Pagina register nu vrea sa mearga.
Primim
Oci8Exception in Statement.php line 177:
Error Code : 904
Error Message : ORA-00904: "ID": invalid identifier
Position : 121
Statement : insert into "USERS" ("NAME", "EMAIL", "password", "UPDATED_AT", "CREATED_AT") values (:p0, :p1, :p2, :p3, :p4) returning "ID" into :p5
Bindings : [Adrian Harabula,[email protected],$2y$10$8UXsjNro4nPIZzSTvzKQm.w3M0Zn73mnqe3q5OwdOtVzwU2Q0bLwi,2017-05-02 23:25:45,2017-05-02 23:25:45,0]
Comments
from: adrianharabula on: 5/3/2017
password is reserved word in oracle; password column name needs to be changed
from: adrianharabula on: 5/3/2017
we don't have timestamp columns yet, they must be deactivated
from: adrianharabula on: 5/6/2017
we now use default laravel users table schema, but needs some modifications to match our previously used schema.
from: adrianharabula on: 5/7/2017
can be considered closed. We use exactly the laravel default users schema.