Forums
(@siddhyn)
2 years, 5 months ago
Hi,
Thanks, we will see if it works on our next deployment.
Normally if the link works there should be no problem.
Thanks and have a nice day
sorry I didn’t see your answer.
The two links you give me work indeed but as we use composer and wpackagist to deploy our sites, we can’t update your plugin with its latest version.
Could you restart the deployment on wpackagist? https://wpackagist.org/search?q=super-progressive-web-apps&type=any&search=
Best regards
4 years, 8 months ago
Same problem with the “user_bio” column. Switching the column to “text” type fixed the problem.
ALTER TABLE PREFIX_ff_posts CHANGE user_bio user_bio text;
(Where PREFIX is your database tables prefix value.)
thx