Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Luc
    L
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Luc

    @Luc

    0
    Reputation
    15
    Posts
    3
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Luc Follow

    Posts made by Luc

    • RE: Problems with installer creating db

      @Vaishali-Agarwal
      Yes, they are all also correct:
      DB_CONNECTION=mysql
      DB_HOST=127.0.0.1
      DB_PORT=3306
      DB_DATABASE=aiosoft1_aio_demo
      DB_USERNAME=aiosoft1_aio_demo
      DB_PASSWORD=i4dBr*#4WMvY
      DB_PREFIX=

      Have already reset them and no difference

      posted in Bug Report
      L
      Luc
    • RE: Problems with installer creating db

      @Vaishali-Agarwal
      These are my settings and they've always worked:
      DB_CONNECTION=mysql
      DB_HOST=127.0.0.1
      DB_PORT=3306

      posted in Bug Report
      L
      Luc
    • RE: Problems with installer creating db

      Hi Vaishali,
      In CLI I get this error although I'm sure the db credentials in .env are correct:
      Screenshot 2020-12-11 at 11.08.15.png

      posted in Bug Report
      L
      Luc
    • Problems with installer creating db

      After 'Save & Continue' in the intstaller I get an empty card and the db tables are not created.

      I'm using the latest version, installed through git.

      Can anyone help me here?

      122749873_674743706770777_7510117801831273214_n.png

      posted in Bug Report
      L
      Luc
    • Velocity theme customise colors

      Re: Velocity theme. Customize

      Hi!

      I want to create multiple themes based on the Velocity theme. Mainly the different themes will use different color schemes.

      Can you tell me where I can set the colors for each theme separately?

      In the a.m. topic you use the file /packages/Webkul/Velocity/src/Resources/assets/sass/_variables.scss . But then you only have 1 color scheme I guess?
      Or does the resources/assets/sass/_variables.scss override the /packages/Webkul/Velocity/src/Resources/assets/sass/_variables.scss ?

      posted in Knowledge Base
      L
      Luc
    • RE: How to escape single quotes in a translated array

      @ghermans said in How to escape single quotes in a translated array:

      addslashes(

      $currencies = "Valuta's";
      $locales = "Talen";
      
      return [
          'currencies' => addslashes($currencies),
          'currencies-and-locales' => addslashes($currencies) . ' en ' . $locales
      ]
      

      It doesn't always give the same results as you can see in the screenshot.
      We get "Valuta's" and "Valuta's en Talen"
      Screenshot 2020-11-25 at 17.30.15.png

      posted in Knowledge Base
      L
      Luc
    • How to escape single quotes in a translated array

      Can anyone tell me how to escape the single quotes in a variable for the returned translated array?
      Apparently it isn't working with a backslash like this:

      $pages = 'Pagina\'s';
      
      return [
          'pages' => $pages,
      ]
      

      nor does it work with double quotes

      $pages = "Pagina\'s";
      
      return [
          'pages' => $pages,
      ]
      
      posted in Knowledge Base
      L
      Luc
    • RE: 1.2 installer getting stuck

      @Vaishali-Agarwal
      Still the same. And there's no key added to .env

      posted in Bug Report
      L
      Luc
    • RE: 1.2 installer getting stuck

      @Vaishali-Agarwal
      Done it.
      Terminal says "succeeded" but nothing was written in .env and still the same error.Screenshot 2020-08-20 at 11.40.38.png

      posted in Bug Report
      L
      Luc