Search found 3 matches

by Kor
30 Jan 2020, 05:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Gender in smartfox
Replies: 1
Views: 4648

Gender in smartfox

Hi, i have the question about integrating gender in database and users table. How to make it and how to create gender column in database?and write the code on server and client side
by Kor
30 Jan 2020, 05:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SignUp Unexpected database Error
Replies: 1
Views: 5840

SignUp Unexpected database Error

Hi,i have the Signup unexpected database Error in my log of unity.Could you please help me,please? I gave the name of table "users" using postgresql,add extension in smartfox and choose the main class SignUp. Here is my server code consists of two classes from different packages :
package Login ...
by Kor
29 Jan 2020, 17:54
Forum: SFS2X Questions
Topic: Sign up
Replies: 1
Views: 10590

Sign up

Hi, Can you help me with signup code? I have postgress database with the table users and one column nickname which is primary key. I made extension code and activate the database. Wrote the client code with the zone BasicExamples. But in Log of smartfox there was an signup error when i wanna import ...