RelatedTitle

    • Aug 30, 2023
    • Joined Aug 26, 2017
    • 0 best answers
    • 0 points
    • Looks great, thank you a lot for this. My only suggestion is that you add more themes and maybe a preview of how each one would look. Apart from this, it looks really good. 😃

      • Same happening to me, total works fine sometimes but then there are outrageous numbers like 10+M

      • Every time a user tries to search for recipients on a discussion nothing shows up and there is an "Oops something went wrong please reload..."

        EDIT: Fixed seems to have been the online users extension.

      • Why is it that suddenly I start seeing a bunch of extensions being marked as abandoned, including a lot of the ones I use a lot and they still work fine.

      • There is a report button, it's called flag. click on the 3 dots on the bottom-right of your post and you should see an option saying flag

      • I am no experienced but I've been using a trick when flarum gets some sort of error to copy the sql clean the database, install and run the sql. (This is all theoretical and based on my vague coding knowladge) Couldn't you install a flarum, remove the contents on the database, install another one remove again and simply get an sql code and enter it in the database? I will test this when I have time.

        • I don't know about this but I've recently been seeing a couple of spam posts leading to some diet tip or something website, maybe this could be the same people attacking it, perhaps it's listed on a vulnerable site lists, I see a lot of those in pastebin both could have come from the same source.

          010101 It's free but goes really bad with flarum, you will have a bunch of cache-related issues.

        • I have a bad mic too, go on audacity and get a noise sample and then reduct the whole thing, Works a lot better

        • clarkwinkelmann Technically you can run Composer on another system, generate the vendor folder, then send it over to your server, no SSH needed. You just need to be careful to run Composer in the same setup (PHP version, PHP modules, operating system...) so it downloads the right dependencies for your final server. You can also manually specify the target system in composer.json so you can run Composer in a different setup but get the dependencies compatible with your final server.

          Exactly, a friendly tip make sure you install it on the same php version, I used to install everything locally because it was simply faster and easier and my host had some problem with composer. Do make sure it's on the same php version, it will save you a lot of time.

        • peopleinside There's some extensions which allow you to do it, such as Flagrow Linguist, which will allow you to edit text on your forum, for translations and stuff. If you find the name on the language file simply put the string there and modify the contents to your liking.

        • I could see something about allow_url_fopen but when I went into the php.ini editor it showed that it was enabled. I am using a recaptcha extension, I'm gonna disable it and get back

          I disabled the extension and removed cache both locally and the .js and .css files on assets, I even purged cloudflare cache but I still get the same error I was getting before

        • POST https://forum.relatedtechnetwork.com/register
          
          Illuminate\Contracts\Validation\ValidationException:  in file /home3/relatedt/RelatedForum/vendor/flarum/core/src/Core/Validator/AbstractValidator.php on line 64
          Stack trace:
            1. Illuminate\Contracts\Validation\ValidationException->() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Core/Validator/AbstractValidator.php:64
            2. Flarum\Core\Validator\AbstractValidator->assertValid() /home3/relatedt/RelatedForum/vendor/sijad/flarum-ext-recaptcha/src/Validate.php:28
            3. Sijad\ReCaptcha\Validate->handle() /home3/relatedt/RelatedForum/vendor/illuminate/pipeline/Pipeline.php:124
            4. call_user_func_array() /home3/relatedt/RelatedForum/vendor/illuminate/pipeline/Pipeline.php:124
            5. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() /home3/relatedt/RelatedForum/vendor/illuminate/pipeline/Pipeline.php:102
            6. call_user_func() /home3/relatedt/RelatedForum/vendor/illuminate/pipeline/Pipeline.php:102
            7. Illuminate\Pipeline\Pipeline->then() /home3/relatedt/RelatedForum/vendor/illuminate/bus/Dispatcher.php:204
            8. Illuminate\Bus\Dispatcher->dispatchNow() /home3/relatedt/RelatedForum/vendor/illuminate/bus/Dispatcher.php:177
            9. Illuminate\Bus\Dispatcher->dispatch() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Api/Controller/CreateUserController.php:45
           10. Flarum\Api\Controller\CreateUserController->data() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Api/Controller/AbstractSerializeController.php:97
           11. Flarum\Api\Controller\AbstractSerializeController->handle() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Api/Controller/AbstractCreateController.php:23
           12. Flarum\Api\Controller\AbstractCreateController->handle() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Api/Client.php:69
           13. Flarum\Api\Client->send() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Forum/Controller/RegisterController.php:60
           14. Flarum\Forum\Controller\RegisterController->handle() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Handler/ControllerRouteHandler.php:53
           15. Flarum\Http\Handler\ControllerRouteHandler->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Middleware/DispatchRoute.php:69
           16. Flarum\Http\Middleware\DispatchRoute->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           17. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           18. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           19. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/flagrow/auto-confirm-fix/src/Middleware/RedirectsOnConfirmationError.php:34
           20. Flagrow\AutoConfirmFix\Middleware\RedirectsOnConfirmationError->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           21. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           22. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           23. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Middleware/SetLocale.php:51
           24. Flarum\Http\Middleware\SetLocale->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           25. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           26. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           27. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Middleware/AuthenticateWithSession.php:36
           28. Flarum\Http\Middleware\AuthenticateWithSession->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           29. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           30. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           31. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Middleware/RememberFromCookie.php:39
           32. Flarum\Http\Middleware\RememberFromCookie->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           33. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           34. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           35. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Middleware/StartSession.php:48
           36. Flarum\Http\Middleware\StartSession->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           37. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           38. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           39. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Middleware/ParseJsonBody.php:31
           40. Flarum\Http\Middleware\ParseJsonBody->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           41. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           42. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           43. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/Middleware/HandleErrors.php:61
           44. Flarum\Http\Middleware\HandleErrors->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:212
           45. Zend\Stratigility\Dispatch->dispatchCallableMiddleware() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Dispatch.php:88
           46. Zend\Stratigility\Dispatch->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/Next.php:160
           47. Zend\Stratigility\Next->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-stratigility/src/MiddlewarePipe.php:111
           48. Zend\Stratigility\MiddlewarePipe->__invoke() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/AbstractServer.php:55
           49. Flarum\Http\AbstractServer->__invoke() /home3/relatedt/RelatedForum/vendor/zendframework/zend-diactoros/src/Server.php:162
           50. Zend\Diactoros\Server->listen() /home3/relatedt/RelatedForum/vendor/flarum/core/src/Http/AbstractServer.php:36
           51. Flarum\Http\AbstractServer->listen() /home3/relatedt/RelatedForum/index.php:16

          How do I resolve this

        • OwusuAlfred Hi, theres various different ways, I really recommend two which are: Flagrow Upload (https://discuss.flarum.org/d/4154-flagrow-upload-the-intelligent-file-attachment-extension) and Media Embed (https://discuss.flarum.org/d/647-s9e-mediaembed-embed-videos-and-third-party-content/178). Flagrow Upload allows you and your users to upload images to the forum and allows you to configure it as you like with watermarks file size limits etc, media embed will convert most popular image hosts (Such As Gyazoo and Imgur) and turn them into an image automatically. Alternatively you can simply place an image url between [ IMG] AND [/ IMG] (example: [IMG]www.example.com/image.png[/ IMG]) Also remove spaces on the IMG tags, I put spaces in there so it wouldn't convert to an image