Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!
What I did is editing the file src/XF/Db/Schema/Column.php.
On line 586, I replaced:
PHP:
if ($type == 'enum' && isset($matches[2]))
By:
PHP:
if (($type == 'enum' || $type == 'set') && isset($matches[2]))
Though I asked xF to confirm my understanding.
It has worked apparently so you could be doing that, though I came into another bug into my code so you should be waiting for me to release a new version in a few minutes, apply the above and try upgrading.
The other add-ons you have don't use that type of columns most certainly so the bug was never discovered.
I did that the change above and it went through correctly.
If you don't trust me then you'll have to wait for a later xF2 version to be released fixing that bug.
You can follow-up what they will say in the pointed thread I created.
From bespoke add-on development to complex integrations and specialized enhancements, we offer a range of XenForo development services designed to help your community thrive.
If you are account is disabled, it's because we disable all accounts that did not login since 6 months to avoid sending emails to deleted gmail accounts. Don't hesitate to contact us and we will activate your account again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.