A
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
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
- AAnsweredhello,
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 - MSAnsweredHello,
Yes, that updates the database. - AAnsweredHello,
Can I also use 2 forums (e.g. 2 languages) for one database?
Thank you - MSAnsweredHello,
No, there is no such option. You can use the forum in single language only.
Thank you - AAnsweredHello,
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) - MSAnsweredHello,
There is no such option. You can only use the forum in single language.
Thank you - AAnswered**[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 ChristmasAttachments - MSAnsweredHello,
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 - AAnsweredHello,
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 youAttachments - MSAnswered**[Andreas](/u/costa55)** Please check your server php error logs and ask new question with error details. Thanks
- Login to Reply