Deleted Horizon still get errors of redis - laravel

I'v deleted Laravel Horizon package totally from my project and remove Redis too totally and using Memcached instead.
But at the 00:00 time of every days some Logs appears for Horizon trying to connect Redis, but since Redis is not available in my server, So it cant connect and get errors.
I do anything u think, but issue is still there.
I deleted Predis package too but still erorrs.
Connection refused [unix:/var/run/redis/redis.sock] {"exception":"[object] (Predis\\Connection\\ConnectionException(code: 111): Connection refused

Related

Can't connect to freshly installed MongoDB

I'm rather new to MongoDB and installed it recently using the MongoDB community server (On my Windows clinet). I set the environment variable and started the database using mongod. Everything seemed fine and I can connect to the database using the GUI of Robo3T.
But if I try to connect to the DB using the mongo command in the Terminal I get the following Error:
Failed global initialization: InvalidSSLConfiguration CertCreateCertificateChainEngine failed: Falscher Parameter.
Seems like some SSL configuration failed, but I never touched anything in the configuration file of Mongo. What can I do to connect to my database in the terminal?
It turnes out, that I get that error no matter if I try to connect to the local DB or some other IP on another Server. So I'm pretty sure the error is not caused by my local mongodb server.
Thank you for your help
I completely stopped the mongo service, removed every single file I was able to find containing mongo information. Reboot my system and install mongo anew. That was the only way I was able to fix it, since just uninstalling and reinstalling didn't do the trick.

Predis: Error while reading line from the server. [tcp://127.0.0.1:6379]

I've been trying to deploy a Laravel application using Forge for a while now, but I always get stuck on Predis giving me the following error:
Predis\Connection\ConnectionException
Error while reading line from the server. [tcp://127.0.0.1:6379]
And everywhere I look the fix appears to be read_write_timeout to -1 or 0 in config/database.php, however this doesn't fix the issue for me. I've cleared all caches (manually and via Artisan) but the error remains.
So basically whatever fix I try and apply, the error remains.
If you have Kaspersky installed, disable Network Attack Blocker will fix it.
I've tried both Predis and PhpRedis but still error:
read error on connection to 127.0.0.1:6379 or Error while reading line from the server. [tcp://127.0.0.1:6379]
The only way is disable Network Attack Blocker (Kaspersky doesn't even show any events in report, but it blocks redis somehow)
Can you check if Redis is installed on your server ?

MySql Connectivity issue on wamp

I am USing Wamp server to make joomla project . I have completed the project and it was working fine but after a day i checked it so it wasnt opening and showing following error
.Error: Failed to start application: Could not connect to MySQL server.
It might have corrupted due to some reason. You can try once restarting the mysql service through wamp using stop and start.

Trying to log in on parse server gives "internal server error"

My iOS app has suddenly started giving this error message when logging in or creating a new user in the app:
[Error]: {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.15.4)
Here is the pickle. The app works fine on an earlier version (version 4.4.0) that I have on my iPad. Here I can log in and create a user, and I can add items and delete items while in sync with the server. In the new version of the app (4.4.1) nothing has changed with regards to the code on my login page. I can still fetch data from the server in the app as well, but logging in and creating a user gives the internal server error.
I got my server on Heroku and the database on MongoDB. The database is available and running. However, the server Heroku got several failed throughputs (5xx code) during a day. This says to me that something is going on with the server side of things.
Does anyone know where to turn to next? I can't seem to get my head around where the issue is rising from. I have already sent a mail to Heroku, so I'll make an update when I receive an answer.
But basically, I need help to know what would be my next step to figure out what is causing the error?

Can´t connect external MySQL Database with PHP via MAMP/XAMPP from MACOS

Really strange problem and i do not found working solution for hours.
My Desktop-Setup (WinPc, XAMPP, Win7) is working great.
My Laptop-Setup (MacBook, XAMPP, MacOs10.12) is not.
I try to connect to an external MySQL(i) Database from php.
I tried MAMP and XAMPP and always get the same solution.
Connecting to the local Database Server (localhost) via php is working fine.
If i try to connect to external mysql-database, webbrowser is freezing - after a while I get a TIME OUT.
Warning: mysqli::mysqli(): (HY000/2002): Operation timed out in
Fatal error: Failed to connecto to MySQLi: Operation timed out in
I guess the problem is somewhere at the mysql or the macOS, but i don't know where to search or what is blocking.
I can ping/telnet the remote host and i get answer.
The same script (same database login data) is working on the pc/windows machine.
There is no problem with the remote database server. I can connect from windows machine and also i can connect from mac with the database tool "db beaver". But I cant´t connect via php.
SOLUTION:
maybe the many installs from MAMP and XAMPP did anything to the osx. Reinstall from XAMPP and reboot did fix everything.

Resources