- Edited
I solved, first active mention's extension, after going to phpmyadmin, in the settings table ----> extensions_enable. I cadded the field to, "flarum-mentions" and saved.
After doing everything clean the flarum and browser cache.
I solved, first active mention's extension, after going to phpmyadmin, in the settings table ----> extensions_enable. I cadded the field to, "flarum-mentions" and saved.
After doing everything clean the flarum and browser cache.
Note: I will be mostly unavailable in the near future as I will be moving and starting school. Please test and report any issues to me ASAP!
Kyrne Reactions support
Another bug. Nothing in the logs, but this is in the console
PostReactAction.js:166 Uncaught TypeError: t[Symbol.iterator] is not a function
at PostReactAction.js:166
at mithril.js:2033
at c (mithril.js:2004)
at l (mithril.js:2024)
at _t.n.resolve (mithril.js:1941)
at mithril.js:1976
at Array.map (<anonymous>)
at u (mithril.js:1974)
at mithril.js:2051
at c (mithril.js:2004)
I permanently delete the answer. If I do not refresh the page, it does not appear to be permanently deleted.
http://prntscr.com/u2b2mn
[2020-08-19 15:25:32] production.ERROR: Exception: Property [reply_to] does not exist on this collection instance. in /var/www/flarumgentr/vendor/illuminate/support/Collection.php:2011
Stack trace:
#0 /var/www/flarumgentr/vendor/kyrne/evergreen/src/Listener/SaveTreeList.php(29): Illuminate\Support\Collection->__get()
#1 [internal function]: Kyrne\Evergreen\Listener\SaveTreeList->handle()
#2 /var/www/flarumgentr/vendor/illuminate/events/Dispatcher.php(379): call_user_func_array()
#3 /var/www/flarumgentr/vendor/illuminate/events/Dispatcher.php(209): Illuminate\Events\Dispatcher->Illuminate\Events\{closure}()
#4 /var/www/flarumgentr/vendor/flarum/core/src/Post/Command/PostReplyHandler.php(98): Illuminate\Events\Dispatcher->dispatch()
#5 /var/www/flarumgentr/vendor/illuminate/bus/Dispatcher.php(90): Flarum\Post\Command\PostReplyHandler->handle()
#6 /var/www/flarumgentr/vendor/illuminate/pipeline/Pipeline.php(128): Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}()
#7 /var/www/flarumgentr/vendor/illuminate/pipeline/Pipeline.php(104): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#8 /var/www/flarumgentr/vendor/illuminate/bus/Dispatcher.php(98): Illuminate\Pipeline\Pipeline->then()
#9 /var/www/flarumgentr/vendor/illuminate/bus/Dispatcher.php(76): Illuminate\Bus\Dispatcher->dispatchNow()
#10 /var/www/flarumgentr/vendor/flarum/core/src/Api/Controller/CreatePostController.php(73): Illuminate\Bus\Dispatcher->dispatch()
#11 /var/www/flarumgentr/vendor/flarum/core/src/Api/Controller/AbstractSerializeController.php(96): Flarum\Api\Controller\CreatePostController->data()
#12 /var/www/flarumgentr/vendor/flarum/core/src/Api/Controller/AbstractCreateController.php(22): Flarum\Api\Controller\AbstractSerializeController->handle()
#13 /var/www/flarumgentr/vendor/flarum/core/src/Http/RouteHandlerFactory.php(38): Flarum\Api\Controller\AbstractCreateController->handle()
#14 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/DispatchRoute.php(65): Flarum\Http\RouteHandlerFactory->Flarum\Http\{closure}()
#15 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\DispatchRoute->process()
#16 /var/www/flarumgentr/vendor/kilowhat/flarum-ext-audit-free/src/Middlewares/SetLoggerActor.php(28): Laminas\Stratigility\Next->handle()
#17 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Kilowhat\Audit\Middlewares\SetLoggerActor->process()
#18 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/SetLocale.php(50): Laminas\Stratigility\Next->handle()
#19 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\SetLocale->process()
#20 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/CheckCsrfToken.php(45): Laminas\Stratigility\Next->handle()
#21 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\CheckCsrfToken->process()
#22 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/AuthenticateWithHeader.php(55): Laminas\Stratigility\Next->handle()
#23 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\AuthenticateWithHeader->process()
#24 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/AuthenticateWithSession.php(32): Laminas\Stratigility\Next->handle()
#25 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\AuthenticateWithSession->process()
#26 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/RememberFromCookie.php(51): Laminas\Stratigility\Next->handle()
#27 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\RememberFromCookie->process()
#28 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/StartSession.php(61): Laminas\Stratigility\Next->handle()
#29 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\StartSession->process()
#30 /var/www/flarumgentr/vendor/flarum/core/src/Api/Middleware/FakeHttpMethods.php(29): Laminas\Stratigility\Next->handle()
#31 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Api\Middleware\FakeHttpMethods->process()
#32 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/ParseJsonBody.php(28): Laminas\Stratigility\Next->handle()
#33 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\ParseJsonBody->process()
#34 /var/www/flarumgentr/vendor/flarum/core/src/Http/Middleware/HandleErrors.php(57): Laminas\Stratigility\Next->handle()
#35 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\HandleErrors->process()
#36 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/MiddlewarePipe.php(84): Laminas\Stratigility\Next->handle()
#37 /var/www/flarumgentr/vendor/middlewares/request-handler/src/RequestHandler.php(84): Laminas\Stratigility\MiddlewarePipe->process()
#38 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Middlewares\RequestHandler->process()
#39 /var/www/flarumgentr/vendor/middlewares/base-path-router/src/BasePathRouter.php(97): Laminas\Stratigility\Next->handle()
#40 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Middlewares\BasePathRouter->process()
#41 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Middleware/OriginalMessages.php(42): Laminas\Stratigility\Next->handle()
#42 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Laminas\Stratigility\Middleware\OriginalMessages->process()
#43 /var/www/flarumgentr/vendor/middlewares/base-path/src/BasePath.php(53): Laminas\Stratigility\Next->handle()
#44 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/Next.php(61): Middlewares\BasePath->process()
#45 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/MiddlewarePipe.php(84): Laminas\Stratigility\Next->handle()
#46 /var/www/flarumgentr/vendor/laminas/laminas-stratigility/src/MiddlewarePipe.php(73): Laminas\Stratigility\MiddlewarePipe->process()
#47 /var/www/flarumgentr/vendor/laminas/laminas-httphandlerrunner/src/RequestHandlerRunner.php(96): Laminas\Stratigility\MiddlewarePipe->handle()
#48 /var/www/flarumgentr/vendor/flarum/core/src/Http/Server.php(42): Laminas\HttpHandlerRunner\RequestHandlerRunner->run()
#49 /var/www/flarumgentr/public/index.php(26): Flarum\Http\Server->listen()
#50 {main}
This extension may shows a 500 but actually sucess in byobu private discussions when composing
There's a bug in firefox that means you cannot expand replies (for me, and my users anyway, who have all reported it)
addUserInfo.js:103 Uncaught TypeError: n.ranks(...).reverse is not a function
at e.<anonymous> (addUserInfo.js:103)
at e.t.<computed> [as view] (extend.js:27)
at e.render (Component.js:100)
at e.n.headerItems (CommentPost.js:134)
at e.t.<computed> (extend.js:25)
at e.t.<computed> (extend.js:25)
at e.t.<computed> (extend.js:25)
at e.t.<computed> [as headerItems] (extend.js:25)
at e.n.content (CommentPost.js:50)
at e.t.<computed> [as content] (extend.js:25)
Works fine in Chrome etc, but not in firefox - even with cache cleared, and incognito session.
EDIT:
Now I've managed to reproduce it where it works in Firefox, but not Chrome - same error message though ?
Excited to try this out soon!
Kyrne Thanks for this. Is there a setting that can be enabled for all replies to be expanded automatically ?
after I activate kyrne extension my flarum not working . how can I remove that . composer remove not worked?
composer remove kyrne/evergreen
php flarum cache:clear
luceos is this extensions compatable with Beta 14
KolaBilewu I don't think so.
luceos Thanks for the reply, i noticed i cant edit tags from the admin end. when i click the pencil icon it doesnt click
luceos ıts not solve my situation. if I go inside administration flarum freeze.
fatihaysel most likely another (installed and enabled) extension is causing these troubles.
@Kyrne
Nvm, I think I just need to uninstall mention
any idea why I can't install it?
Problem 1
- kyrne/evergreen 0.1.7 conflicts with flarum/mentions[v0.1.0-beta.13].
- kyrne/evergreen 0.1.7 conflicts with flarum/mentions[v0.1.0-beta.13].
- kyrne/evergreen 0.1.7 conflicts with flarum/mentions[v0.1.0-beta.13].
- Installation request for kyrne/evergreen 0.1.7 -> satisfiable by kyrne/evergreen[0.1.7].
- Installation request for flarum/mentions (locked at v0.1.0-beta.13, required as 0.1.0) -> satisfiable by flarum/mentions[v0.1.0-beta.13].