Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load i18n file #75

Closed
ScrumpyJack opened this issue Apr 23, 2020 · 6 comments
Closed

Unable to load i18n file #75

ScrumpyJack opened this issue Apr 23, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@ScrumpyJack
Copy link

Any idea what's going on here?

https://flareapp.io/share/B5ZGynmo#F63

@MarceauKa
Copy link
Owner

Hi, what is your locale configuration? Can you share your .env file?

@ScrumpyJack
Copy link
Author

ScrumpyJack commented Apr 27, 2020

APP_NAME="Shaark"
# "production" or "local"
APP_ENV=local
# generated with: php artisan key:generate
APP_KEY=base64:string=
# set debug to false in production
APP_DEBUG=true
APP_URL=https://***************
APP_TIMEZONE=Europe/London
# "en", "fr", "de" or "ja"
APP_LANG=en

# others drivers such as "sqlite" are not supported
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=shaark
DB_USERNAME=shaark
DB_PASSWORD=**************

# "file" or "redis" (if configured)
CACHE_DRIVER=file
# "sync" (local), "database" or "redis" (if configured)
QUEUE_CONNECTION=sync
# "file" or "redis" (if configured)
SESSION_DRIVER=redis
SESSION_LIFETIME=120
# "gd" or "imagick" (user in albums)
IMAGE_DRIVER=gd

# optional
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

# "sendmail" or "smtp"
MAIL_DRIVER=sendmail
MAIL_HOST=127.0.0.1
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=hello@example.com
MAIL_FROM_NAME="Shaark"

# replace 'default-salt' with a random string
HASHIDS_SALT=default-salt
HASHIDS_MIN_LENGTH=10

# "local" or "ftp"
BACKUP_DRIVER=local
# leave BACKUP_* empty if you're using the "local" driver
BACKUP_HOST=ftp.example.com
BACKUP_PORT=21
BACKUP_USERNAME=
BACKUP_PASSWORD=
BACKUP_TIMEOUT=60
BACKUP_SSL=false

@MarceauKa
Copy link
Owner

MarceauKa commented Apr 27, 2020

Try to run php artisan optimize

Edit: php artisan cache:clear

@ScrumpyJack
Copy link
Author

Thanks for looking into this. It's a first time install and I'd love to use this great looking app.
Unfortunately, clearing the cache didn't help.

@MarceauKa MarceauKa added the bug Something isn't working label Apr 28, 2020
@MarceauKa
Copy link
Owner

Fixed in 1.2.42

@ScrumpyJack
Copy link
Author

That fixed it. Thank you very much. Really appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants