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
  • 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 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

    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 Please check your server php error logs and ask new question with error details. Thanks

  • A

    Andreas

    Answered

    Hello, Version 23. It is always the same error message: [2024-01-07 16:51:38] production.ERROR: file_get_contents(/www/htdocs/w01…/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/w01…/test……….de/resources/lang/languages.json): Failed to open stream: No such file or directory at /www/htdocs/w01…d/test…………de/app/Http/Livewire/Admin/Settings/Index.php:115) [stacktrace]

  • A

    Andreas

    Answered

    Hello, I have now completely reinstalled version 23. Nothing works, “500 Server error Sorry, server encountered an error, please try again later.”. It is very exhausting when there are error messages after the installation. I also don’t always want to send an attachment that everyone can see. Private message no longer exists?

    Thank you

  • MS

    Mian Saleem

    Answered

    Andreas Hello,

    The first error is same @Andi Have you tried solution mentioned in this comment.

    You should ask new question (if you didn’t) so that we can follow each case separately.

    Thank you

  • Login to Reply