You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the plugin was working well but I don't know why and when it happed
when I try to select a specific language to edit, I have this error foreach() argument must be of type array|object, int given, see the image.
i have dropped the symbol & form the method getSourceLanguageTranslationsWith() in vendor/joedixon/laravel-translation/src/Drivers/Translation.php. before and the plugin was working well.
but I don't know what is happening.
i have the project in my local environment and its working but in production server it's not working, I copied and pasted all the files from my local to the server and still I have the problem
Any ideas about what is happening?
The text was updated successfully, but these errors were encountered:
I get a similar error when opening translations page.
foreach() argument must be of type array|object, int given
App \ Http\ Middleware\ Localization: 22:handle
Easy Fix
Trace the broken file and delete or delete the folder and files in resources/lang and all languages folders in resources/lang/vendor/translation
then run php artisan translation:add-language to add each language again
Hi, the plugin was working well but I don't know why and when it happed
when I try to select a specific language to edit, I have this error foreach() argument must be of type array|object, int given, see the image.
i have dropped the symbol & form the method getSourceLanguageTranslationsWith() in vendor/joedixon/laravel-translation/src/Drivers/Translation.php. before and the plugin was working well.
but I don't know what is happening.
i have the project in my local environment and its working but in production server it's not working, I copied and pasted all the files from my local to the server and still I have the problem
Any ideas about what is happening?
The text was updated successfully, but these errors were encountered: