Database Error

Started by Seyit replikacep.com, June 05, 2019, 05:02:51 PM

Previous topic - Next topic

Seyit replikacep.com

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

SychO

Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Seyit replikacep.com

#2
    

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


albertlast

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.

Seyit replikacep.com

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  .

albertlast

Since this is a custom field,
Smf can't know if this is needed or not.

Seyit replikacep.com

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.

albertlast

For some tables checks are placed for the next release
https://github.com/SimpleMachines/SMF2.1/pull/5401/files
Like members

Advertisement: