Search found 7 matches

by chaoslucifer
08 Jun 2022, 05:29
Forum: Help
Topic: Shops Doesn't look right
Replies: 2
Views: 2523

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
by chaoslucifer
07 Jun 2022, 09:24
Forum: Help
Topic: Shops Doesn't look right
Replies: 2
Views: 2523

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 et...
by chaoslucifer
07 Jun 2022, 09:15
Forum: Help
Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
Replies: 7
Views: 32490

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:/...
by chaoslucifer
03 Jun 2022, 20:01
Forum: Help
Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
Replies: 7
Views: 32490

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?
by chaoslucifer
03 Jun 2022, 19:45
Forum: Help
Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
Replies: 7
Views: 32490

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 caus...
by chaoslucifer
03 Jun 2022, 19:09
Forum: Help
Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
Replies: 7
Views: 32490

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: php art...
by chaoslucifer
03 Jun 2022, 18:29
Forum: Help
Topic: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost'
Replies: 7
Views: 32490

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 databas...