@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
@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
@Vaishali-Agarwal
These are my settings and they've always worked:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
Hi Vaishali,
In CLI I get this error although I'm sure the db credentials in .env are correct:
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?
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 ?
@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"
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,
]
@Vaishali-Agarwal
Still the same. And there's no key added to .env
@Vaishali-Agarwal
Done it.
Terminal says "succeeded" but nothing was written in .env and still the same error.