I have a similar problem in this thread. I hope somebody will be able to help us. :)
Ok, I got it. Not sure if this is the same problem you're having, balintant, but in my case the issue was that the app/storage directory had incorrect file permissions (what a surprise). Waavi/translate wanted to cache files in there but couldn't, which seems to have resulted in the plain translation keys being left in the views.
The reason I was getting this on the server but not on local was because Waavi/translate using the 'debug' key from config to decide whether or not to use the cache. Debug was true on my local, but false on the server, so they were behaving differently.
hughgrigg said:
Ok, I got it. Not sure if this is the same problem you're having, balintant, but in my case the issue was that the app/storage directory had incorrect file permissions (what a surprise). Waavi/translate wanted to cache files in there but couldn't, which seems to have resulted in the plain translation keys being left in the views.
The reason I was getting this on the server but not on local was because Waavi/translate using the 'debug' key from config to decide whether or not to use the cache. Debug was true on my local, but false on the server, so they were behaving differently.
If you upload it to a server, I would set the cache methods to memcached and database. :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community