CaijiOrz have you tried this?
Flarum 0.1.0-beta.13 Released
Today i have updated .. all good. it has resolved tag pages tittle issues . thanks a lot
Awesome Guys !
Here I am
Special thanks to
@maicol07 and his Flarum/Wordpress SSO Extension with MemberPress Groups integration as his Plugin PRO feature. And @Kyrne who helped me many times.
https://www.seekadventure.net/ has officially upgraded to beta 13! Thanks for all the great work guys, you guys are awesome!
- Edited
I just did a cheeky upgrade to beta 13. All looks good, however just wanted to check one thing: one my my flarum extensions is still showing as beta 12 (flarum-bbcode)
Should it not be showing as beta.13 ?
+----------------------------------+----------------+--------+
| Flarum Extensions | | |
+----------------------------------+----------------+--------+
| ID | Version | Commit |
+----------------------------------+----------------+--------+
| flarum-bbcode | v0.1.0-beta.12 | |
| flarum-markdown | v0.1.0-beta.13 | |
| flarum-mentions | v0.1.0-beta.13 | |
| flarum-lang-english | v0.1.0-beta.13 | |
| flarum-statistics | v0.1.0-beta.13 | |
| flarum-sticky | v0.1.0-beta.13 | |
| flarum-subscriptions | v0.1.0-beta.13 | |
| flarum-suspend | v0.1.0-beta.13 | |
| flarum-tags | v0.1.0-beta.13 | |
| flarum-flags | v0.1.0-beta.13 | |
| flarum-lock | v0.1.0-beta.13 | |
| flarum-emoji | v0.1.0-beta.13 | |
| flagrow-analytics | 0.8.0 | |
| fof-user-directory | 0.3.4 | |
| fof-polls | 0.1.2 | |
| fof-gamification | 0.1.9 | |
| fof-formatting | 0.1.4 | |
| fof-byobu | 0.5.0 | |
| isaced-email-verification-switch | 0.1.3 | |
| fof-recaptcha | 0.1.2 | |
+----------------------------------+----------------+--------+
MartinJD please also share the output of the why-not command as explained in the first post.
askvortsov If the problem persists – we're here to help! Make sure to mention the Flarum version you are on or the output of
php flarum info
. Please also include the output ofcomposer why-not flarum/core v0.1.0-beta.13
MartinJD clarkwinkelmann bbcode did not get a new version, because nothing changed. That first party extensions are kept in line with core (not even true in some versions before beta 11 or 12) is very uncommon already.
mde...
Update Flarum
error:
Something went wrong: SQLSTATE[HY000]: General error: 1005 Can't create table flarum
.ff_password_tokens
(errno: 121 "Duplicate key on write or update") (SQL: alter table ff_password_tokens
add constraint ff_password_tokens_user_id_foreign
foreign key (user_id
) references ff_users
(id
) on delete cascade)
I'm wondering if someone can develop an extender that can disable or enable all party extensions, I'm so tired. ^_^
add NORMAL support MariaDB 10.4+ version (and support utf8mb_unicode_ci)
TOWUK Flarum already supports MariaDB (although I'm not sure which version is the max) and we use unicode compatible table formats. The requirements listed in the docs are the minimum requirements, not the maximum. If your having issues I recommend opening a support issue in the support tag.
Further when it comes to NORMAL support I've noted that this is not an actual table type or anything of that nature but is rather a table structure format that is 100% theoretical and to be honest makes zero sense for Flarum, especially since you can use joins and unions to call pretty much any data you want. As for the "smaller database" claim the simple matter of the fact is that we don't duplicate the same data everywhere but we rather use relationships (which is basically what normal is in the first place) and the database is really small anyways.
tankerkiller125 ok, create new test flarum with mariaDB 10.4 - its bug (required Update password and errors in DB) i use maria db 10.1 and all ok!
Just upgraded my flarum