Search found 7 matches
- 08 Jun 2022, 05:29
- Forum: Help
- Topic: Shops Doesn't look right
- Replies: 2
- Views: 3922
Re: Shops Doesn't look right
APP_URL=http://localhost:8000
ASSET_URL=http://localhost:8000
Used link "http://localhost:8000" and it looks perfect now guess if I wish to change the address I should update the .env file in the future good to know!!! Everything is working fine now really great!!! Appreciate the help! :D
- 07 Jun 2022, 09:24
- Forum: Help
- Topic: Shops Doesn't look right
- Replies: 2
- Views: 3922
Shops Doesn't look right
So I thought I follow most setup correctly my shops looks weird but the admin loaded correctly. It seem like it is missing the tables or the correct css etc. I am hoping it looks like this:
https://laravel.demo.aimeos.org/default/en/EUR
Does the one posted on github has the full feature shop menu ...
https://laravel.demo.aimeos.org/default/en/EUR
Does the one posted on github has the full feature shop menu ...
- 07 Jun 2022, 09:15
- Forum: Help
- Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
- Replies: 7
- Views: 71137
Re: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
For those who needs it in the future.
Ok it seem like i didn't realized inputs i need for this portion so i needed to go back and change this based on what myphpadmin was telling me and the video provide the best example but it wasn't clear on the server setup but now everything is resolved.
https ...
Ok it seem like i didn't realized inputs i need for this portion so i needed to go back and change this based on what myphpadmin was telling me and the video provide the best example but it wasn't clear on the server setup but now everything is resolved.
https ...
- 03 Jun 2022, 20:01
- Forum: Help
- Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
- Replies: 7
- Views: 71137
Re: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
Any suggestion about those errors or am i moving in the right track by getting mysql installed?
- 03 Jun 2022, 19:45
- Forum: Help
- Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
- Replies: 7
- Views: 71137
Re: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
I see thanks!!! It seem like mysql is not working:
When running it in windows command line:
C:\Users\ADMIN\Desktop\SoftwareIndependent\myshop>mysql -h 127.0.0.1 -u root -p aimeos
'mysql' is not recognized as an internal or external command,
operable program or batch file.
I used XAMPP will that ...
When running it in windows command line:
C:\Users\ADMIN\Desktop\SoftwareIndependent\myshop>mysql -h 127.0.0.1 -u root -p aimeos
'mysql' is not recognized as an internal or external command,
operable program or batch file.
I used XAMPP will that ...
- 03 Jun 2022, 19:09
- Forum: Help
- Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
- Replies: 7
- Views: 71137
Re: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
Thanks you your team are really quick to response
I created a few database but not sure if i link it correctly:
PHPMyAdmin.PNG
and i change my .env to the following:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=myshop
DB_USERNAME=root
DB_PASSWORD=xxxx
and did the following ...
I created a few database but not sure if i link it correctly:
PHPMyAdmin.PNG
and i change my .env to the following:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=myshop
DB_USERNAME=root
DB_PASSWORD=xxxx
and did the following ...
- 03 Jun 2022, 18:29
- Forum: Help
- Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
- Replies: 7
- Views: 71137
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
I kept on running into the following errors
I install XAMPP and Composer first then tried to running the following cmd:
composer create-project aimeos/aimeos myshop
and it ran fine in command prompt.
and everything seem successful until the following when creating the database. To create the ...
I install XAMPP and Composer first then tried to running the following cmd:
composer create-project aimeos/aimeos myshop
and it ran fine in command prompt.
and everything seem successful until the following when creating the database. To create the ...