siddhyn
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Progressive Web Apps] Bad link (404) on wpackagistHi,
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
Forum: Plugins
In reply to: [Super Progressive Web Apps] Bad link (404) on wpackagistHi,
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
Hi,
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
Hi,
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