Search found 4 matches
- 13 May 2015, 01:21
- Forum: Laravel package
- Topic: Access Denied
- Replies: 7
- Views: 20802
Re: Access Denied
I executed that command too but didn't work its just loading the page 

- 12 May 2015, 10:41
- Forum: Laravel package
- Topic: Access Denied
- Replies: 7
- Views: 20802
Re: Access Denied
Hey it works!! and installed successfully..
but how can i access the site i tried http://127.0.0.1:8000/index.php/list and http://localhost/shop/public/ both its not opening . The first link was not working means its just showing loading icon and Second link is just displaying the empty page.
but how can i access the site i tried http://127.0.0.1:8000/index.php/list and http://localhost/shop/public/ both its not opening . The first link was not working means its just showing loading icon and Second link is just displaying the empty page.
- 12 May 2015, 05:55
- Forum: Laravel package
- Topic: Access Denied
- Replies: 7
- Views: 20802
Re: Access Denied
My .env is
Code: Select all
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=shop
DB_USERNAME=root
DB_PASSWORD=root
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
- 11 May 2015, 16:41
- Forum: Laravel package
- Topic: Access Denied
- Replies: 7
- Views: 20802
Access Denied
Hi,
I'm trying to setup aimeos on my local system and i'm getting this error.
[MW_DB_Exception]
SQLSTATE[28000] [1045] Access denied for user 'anil'@'localhost' (using password: NO)
My Environment is
PHP 5.4 - ubuntu
Laravel 5
please help me to solve this.
I'm trying to setup aimeos on my local system and i'm getting this error.
[MW_DB_Exception]
SQLSTATE[28000] [1045] Access denied for user 'anil'@'localhost' (using password: NO)
My Environment is
PHP 5.4 - ubuntu
Laravel 5
please help me to solve this.