Question: Additional Profile - Bio And Signature

Additional Profile - Bio And Signature

Hello Mian Saleem, My 2nd license: My questions: 1. Text length in "additional profile - bio", Images 1 2. Where is the text in "additional profile - Singnature" 3. Text is translate

A

Andi

Asked
Hello Mian Saleem,

My 2nd license:
My questions:
1. Text length in "additional profile - bio", Images 1
2. Where is the text in "additional profile - Singnature"
3. Text is translated in de.js, but does not work. Images 3
  • A

    Andi

    Answered
    hello,
    I have uploaded version 21. The command "http://yourforumdomain.tld/run/migration" very important and I didn't do it before. Thanks for the new ad slots.
    Everything is working so far.

    Thank you
  • MS

    Mian Saleem

    Answered
    Hello,

    Yes, that updates the database.
  • A

    Andi

    Answered
    Hello,
    Can I also use 2 forums (e.g. 2 languages) for one database?

    Thank you
  • MS

    Mian Saleem

    Answered
    Hello,

    No, there is no such option. You can use the forum in single language only.

    Thank you
  • A

    Andreas

    Answered
    Hello,

    since version 22 and 23, server error 500. Login --> manage --> settings does not work. Uploaded new version several times.
    Logfile:
    [2023-12-18 13:06:00] production.ERROR: file_get_contents(/www/htdocs/w013…../test……….de/resources/lang/languages.json): Failed to open stream: No such file or directory {"userId":1,"exception":"[object] (ErrorException(code: 0): file_get_contents(/www/htdocs/w013…../test……..de/resources/lang/languages.json): Failed to open stream: No such file or directory at /www/htdocs/w013…./test………..de/app/Http/Livewire/Admin/Settings/Index.php:115)
  • MS

    Mian Saleem

    Answered
    Hello,

    There is no such option. You can only use the forum in single language.

    Thank you
  • A

    Andreas

    Answered
    **[Mian Saleem](/u/saleem)** Hello,

    Yes, I know that.
    The problem for me is that I can no longer access the settings. Logging in and other functions work. Attached is a video of the problem.
    Version uploaded several times.

    Thank you and Merry Christmas
  • MS

    Mian Saleem

    Answered
    Hello,

    The error message shows that the system trying to load the language file from `resources/lang/` folder and that's not correct. Laravel 9 changed the path and move the `lang` folder to main. So the language files should be loaded from `lang` folder not `resources/lang/`

    You can edit the `boot` method of `app/Providers/AppServiceProvider.php` and add the line

    ```php
    app()->useLangPath(base_path('lang'));
    ```

    Thank you
  • A

    Andreas

    Answered
    Hello,
    I have fixed the language issue, thank you.
    BUT the problem with the settings is still there.
    I cannot change the settings when logged in. I always get the message 500
    "Unfortunately, an error occurred on the server. Please try again later."
    Please take a look at the recording.


    Thank you
  • MS

    Mian Saleem

    Answered
    **[Andreas](/u/costa55)** Please check your server php error logs and ask new question with error details. Thanks
  • Login to Reply