-
Account Upgraded | Title Enabled!
Help on this
why is it na when done register there;s no update on Tantra database ., where i cant find users in TantraBackup_00
-
-
Developer
Re: Help on this
i would suggest you look into your website files. check if it is saving into tantra database. look for $conn=mssql_connect($hostname,$user,$pass); and $mydb = mssql_select_db("$tantra"); or something like that. and check if it is savinng like $myquery="INSERT INTO account SET(username,password,fullname,emai,secret,dateofbirth) VALUES ('$uname','$pass','$full','$email'); or something like that.
good luck.
-
Ronin Dev
Re: Help on this
The SQL Daemon update the database Tantra on the table TantraBackup_00, if, the table have a error, the sql daemon can't update the database. Check the logs of the sql daemon.
And, the accounts save in Account table on the UserLogin database, (of the web register).