I have a site working beautifully on my local machine. When I uploaded the files to my server, however, I'm getting the following error:
ConnectionException in AbstractConnection.php line 155:
Connection refused [tcp://127.0.0.1:6379]
Notes:
- Using Statamic 2.11.9
- My
license_key
is set in /site/settings/system.yaml - installer.php says that all the required checks are passing
- I set permission to
744
for the site, local, statamic, and assets directories (recursively) - Not sure if this makes a difference, but I don't have a CNAME pointing to the site yet, so I'm accessing it via a subdomain (http://tes.adobeskyscraper.com/)
Any idea how I can solve this?