rupeshmohanty / chat-api

This is a chat application using Core PHP
8 stars 7 forks source link

Unknown column 'salt' in 'field list' #3

Closed GuikiPT closed 3 years ago

GuikiPT commented 3 years ago

When i register a new user, im insert all inputs, and press register he go to register.php and say "Unknown column 'salt' in 'field list'"

How im resolve that?

rupeshmohanty commented 3 years ago

The database you created must not have some field named 'salt'.

Mic-R commented 3 years ago

The database you created must not have some field named 'salt'.

How does that have to be configured?