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
- AAnswered
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
- MSAnswered
Hello,
Yes, that updates the database.
- AAnswered
Hello, Can I also use 2 forums (e.g. 2 languages) for one database?
Thank you
- 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
- Login to Reply