Tried to upgrade to the latest version and got error:
View attachment 2106
Is the latest version compatible with php 7.0?
Code:
alter table xf_team add column allow_member_posting tinyint(1) unsigned not null default '1';
Look like you have some failed updates. Please manual run this query in your database.
Code:alter table xf_team add column allow_member_posting tinyint(1) unsigned not null default '1';
↑View previous replies…
RokisLogin to your database then run that query.
Sorry, I have failed to find any option that allows to insert query in yr addon. Pls advise path or provide screenshot?