Please try again. If you come back to this error screen, report the error to an administrator.
Unable to get membership what is the reason of this does anyone knows ?
https://www.gsmgezgini.com/index.php?action=signup2
this is the correct link
https://www.gsmgezgini.com/index.php?action=signup
problem solved :)
smf_members structure : ip varchar(255) utf8_general_ci YES NULL
I edited the marked place in the image problem solved :)
maybe you may need to be living the same problem may be useful
(https://www.simplemachines.org/community/index.php?action=dlattach;topic=568104.0;attach=264619;image)
When you look at the install file: https://github.com/SimpleMachines/SMF2.1/blob/release-2.1/other/install_2-1_mysql.sql#L691
you notice that members table didn't got an ip column and
would it be a offical ip col than the datatype would be varbinary and not varchar.
Quote from: albertlast on June 05, 2019, 11:33:50 PM
When you look at the install file: https://github.com/SimpleMachines/SMF2.1/blob/release-2.1/other/install_2-1_mysql.sql#L691
you notice that members table didn't got an ip column and
would it be a offical ip col than the datatype would be varbinary and not varchar.
why doesn't he do these things during the update?
What should I do? Should I lift .
Since this is a custom field,
Smf can't know if this is needed or not.
Quote from: albertlast on June 06, 2019, 05:42:43 AM
Since this is a custom field,
Smf can't know if this is needed or not.
Thank you for helping us.
For some tables checks are placed for the next release
https://github.com/SimpleMachines/SMF2.1/pull/5401/files
Like members