About User Own Title System

04/26/2017 13:22 Dark®©#1
hi, im just wanna add user own title system from erendora,i compiled without error and i also added the database. but i got an error logs and the title did not saving when i restart the programs.. how to resolve that errors?

thanks in advance :handsdown:

Error

04/26/2017 16:36 Kiseku#2
Code:
Error converting data type varchar to int.
04/27/2017 11:10 Dark®©#3
Quote:
Originally Posted by Kiseku View Post
Code:
Error converting data type varchar to int.
how to fix that? :handsdown:
05/01/2019 17:52 pakinglalat#4
Hi there, have you fixed this already?
05/02/2019 12:29 Naltalah#5
Quote:
Originally Posted by Dark®© View Post
how to fix that? :handsdown:
If you don't know how to interpret this very clear error message, you should reconsider learning about basic data types.

Is a title an integer? I don't think so.

Look at where the title is being converted to an integer and change it to the correct data type.