Hello Mian Saleem,
My 2nd license: My questions:
- Text length in “additional profile - bio”, Images 1
- Where is the text in “additional profile - Singnature”
- Text is translated in de.js, but does not work. Images 3
- MSAnswered
Hello,
No, there is no such option. You can use the forum in single language only.
Thank you
- AAnswered
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)
- MSAnswered
Hello,
There is no such option. You can only use the forum in single language.
Thank you
- AAnswered
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
Attachments - MSAnswered
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 thelang
folder to main. So the language files should be loaded fromlang
folder notresources/lang/
You can edit the
boot
method ofapp/Providers/AppServiceProvider.php
and add the lineapp()->useLangPath(base_path('lang'));
Thank you
- AAnswered
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
Attachments - MSAnswered
Andreas Please check your server php error logs and ask new question with error details. Thanks
- AAnswered
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]
- AAnswered
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
- MSAnswered
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