Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db:seed error #110

Open
pro-dev22 opened this issue Feb 6, 2020 · 3 comments
Open

db:seed error #110

pro-dev22 opened this issue Feb 6, 2020 · 3 comments

Comments

@pro-dev22
Copy link

pro-dev22 commented Feb 6, 2020

C:\xampp\htdocs\myprojects\Multivendor\marketplacekit>php artisan db:seed
Seeding: UsersTableSeeder
Seeding: RolesAndPermissionsSeeder

Predis\Connection\ConnectionException : No connection could be made becaus
the target machine actively refused it. [tcp://127.0.0.1:6379]

at C:\xampp\htdocs\myprojects\Multivendor\marketplacekit\vendor\predis\predi
src\Connection\AbstractConnection.php:155
151| */
152| protected function onConnectionError($message, $code = null)
153| {
154| CommunicationException::handle(

155| new ConnectionException($this, static::createExceptionMes
ge($message), $code)
156| );
157| }
158|
159| /**

Exception trace:

1 Predis\Connection\AbstractConnection::onConnectionError("No connection c
ld be made because the target machine actively refused it.")
C:\xampp\htdocs\myprojects\Multivendor\marketplacekit\vendor\predis\pred
\src\Connection\StreamConnection.php:128

2 Predis\Connection\StreamConnection::createStreamSocket(Object(Predis\Con
ction\Parameters), "tcp://127.0.0.1:6379")
C:\xampp\htdocs\myprojects\Multivendor\marketplacekit\vendor\predis\pred
\src\Connection\StreamConnection.php:178

Please use the argument -v to see more details.

@savornicesei
Copy link

Please see my answer here.

@alshaikh1
Copy link

i fixed this by:
Just download and install the Redis server For download the sever just redis server install

For windows 64 go here https://github.com/MicrosoftArchive/redis/releases and
=>Download Redis-x64-3.2.100.msi file
=>Run it and install it
=>Then open the Redis folder (it will the installed folder) then run "redis-server.exe" file.
=>Now your Redis server is activated
=>You can check this by run "redis-cli.exe" file and type ping it will be pong.

@mentamarindos
Copy link

i fixed this by:
Just download and install the Redis server For download the sever just redis server install

For windows 64 go here https://github.com/MicrosoftArchive/redis/releases and
=>Download Redis-x64-3.2.100.msi file
=>Run it and install it
=>Then open the Redis folder (it will the installed folder) then run "redis-server.exe" file.
=>Now your Redis server is activated
=>You can check this by run "redis-cli.exe" file and type ping it will be pong.

Why install Redis if it isn't in the requirements ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants