Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: Tekyürek replikacep.com on June 05, 2019, 05:02:51 PM

Title: Database Error
Post by: Tekyürek replikacep.com on June 05, 2019, 05:02:51 PM
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
Title: Re: Database Error
Post by: SychO on June 05, 2019, 05:18:34 PM
this is the correct link
https://www.gsmgezgini.com/index.php?action=signup
Title: Re: Database Error
Post by: Tekyürek replikacep.com on June 05, 2019, 05:20:02 PM
    

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)
Title: Re: Database Error
Post by: 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.
Title: Re: Database Error
Post by: Tekyürek replikacep.com on June 06, 2019, 04:52:28 AM
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  .
Title: Re: Database Error
Post by: 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.
Title: Re: Database Error
Post by: Tekyürek replikacep.com on June 06, 2019, 07:44:02 AM
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.
Title: Re: Database Error
Post by: albertlast on June 06, 2019, 11:04:20 AM
For some tables checks are placed for the next release
https://github.com/SimpleMachines/SMF2.1/pull/5401/files
Like members