Team-VoW / VoicesOfWynn-Website

Public website for the Minecraft mod "Voices of Wynn"
4 stars 3 forks source link

Bio is being cut off #88

Closed ShadyMedic closed 2 years ago

ShadyMedic commented 2 years ago

For some reason, longer bios are not displayed completely: image

T-D3V commented 2 years ago

qucik question @ShadyMedic is it allready in the db cut off or only the output?

ShadyMedic commented 2 years ago

It's saved correctly in the database. When I try to edit the bio again, I see the full version in account settings.

T-D3V commented 2 years ago

Figured it out image You exceeded the limit of chars in the varchar in the db, cause it's also cut off in the db as far as I can see, you're at the limit of 511

ShadyMedic commented 2 years ago

Wait, really? I know I had it set to VARCHAR 511 before but thought that I changed it to TEXT. If it hasn't been saved in the database, how could I still see the full version in my account settings, even after leaving the page and then coming back?

T-D3V commented 2 years ago

Saved somewhere in local storage or php session

ShadyMedic commented 2 years ago

Alright, can you please update the data type in the production database?

T-D3V commented 2 years ago

yep on it

T-D3V commented 2 years ago

should be changed

T-D3V commented 2 years ago

checked works now with more than 511 chars