ULogin Pro Error - Field meta

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
Post Reply
User avatar
zorexe
New Member
New Member
Posts: 4
Joined: Mon Jun 22, 2020 3:14 am

Hi Guys,
Last days i build the game and i connect him with photon and ulogin pro and was working perfectly.
Today i delete de project and i try to make a new one but now i have a problem. Settings are ok but i have this error when i want to create account.

Unknow error: Field "meta" doesn't have a default value.
https://i.imgur.com/puwxOXH.png

What i'm supposed to do?
Sorry for bad english :(
Help Lovatto
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Did you update the ULogin Pro version with respect to the old project?
If it's so have you also update the PHP scripts in your server along with the database tables for your new project?
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
zorexe
New Member
New Member
Posts: 4
Joined: Mon Jun 22, 2020 3:14 am

You make an update?
I download uloginpro few days ago 3-4 days i think.
And php files are updated.

EDIT: I reimport the ulogin and is still getting same error
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Did you create the database tables again?
The last version of ULogin Pro has some extra rows in tables so it is required to create again (or modify them if you know how to).
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
zorexe
New Member
New Member
Posts: 4
Joined: Mon Jun 22, 2020 3:14 am

i import sql again, same error.

EDIT :
RESOLVED.

I CHANGE:

Code: Select all

  `meta` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
WITH

Code: Select all

  `meta` text CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
and now its work.
You can check this please? Thanks :X
Post Reply