• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Error on fresh installation.

Installing Bagisto
2
3
381
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K
    karkiswapnil last edited by 2 Mar 2020, 11:21

    Declaration of Symfony\Component\Translation\TranslatorInterface::setLocale($locale) must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface::setLocale(string $locale)

    1 Reply Last reply Reply Quote 0
    • ghermans
      ghermans last edited by 2 Mar 2020, 22:29

      I believe that you have been installing it the old fashion way instead of using the console command

      php artisan bagisto:install
      

      Check your .env file and make sure that the timezone and locale are set

      APP_NAME=Bagisto
      APP_ENV=local
      APP_VERSION=1.0.0
      APP_KEY=c4WbNntQCTc6dbwPvDS6jFch43qPYyYE
      APP_DEBUG=true
      APP_URL=http://localhost
      APP_TIMEZONE=Europe/Brussels
      APP_LOCALE=en
      LOG_CHANNEL=stack
      APP_CURRENCY=EUR
      

      Kind regards,
      Glenn Hermans

      Manager Bagisto Europe
      info@bagisto.eu

      1 Reply Last reply Reply Quote 0
      • K
        karkiswapnil last edited by 3 Mar 2020, 04:31

        Yes i did install it the old way, its working now even though it was installed the old way.
        Does this new way necessary, should i reinstall using the new way?

        1 Reply Last reply Reply Quote 0
        3 out of 3
        • First post
          3/3
          Last post