#0 [0]RedisException in Redis.php line 67

ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?

  1. $this->handler = new \Redis;
  2. if ($this->options['persistent']) {
  3. $this->handler->pconnect($this->options['host'], (int) $this->options['port'], (int) $this->options['timeout'], 'persistent_id_' . $this->options['select']);
  4. } else {
  5. $this->handler->connect($this->options['host'], (int) $this->options['port'], (int) $this->options['timeout']);
  6. }
  7. if ('' != $this->options['password']) {
  8. $this->handler->auth($this->options['password']);
  9. }
  10. } elseif (class_exists('\Predis\Client')) {
  11. $params = [];
  12. foreach ($this->options as $key => $val) {
  13. if (in_array($key, ['aggregate', 'cluster', 'connections', 'exceptions', 'prefix', 'profile', 'replication', 'parameters'])) {
  14. $params[$key] = $val;
  15. unset($this->options[$key]);
  16. }
  17. }

Call Stack

  1. in Redis.php line 67
  2. at Redis->auth('Techsaas2021') in Redis.php line 67
  3. at Redis->__construct(['type' => 'redis', 'host' => '127.0.0.1', 'port' => '6379', ...])
  4. at ReflectionClass->newInstanceArgs([['type' => 'redis', 'host' => '127.0.0.1', 'port' => '6379', ...]]) in Container.php line 395
  5. at Container->invokeClass('\think\cache\driver\...', [['type' => 'redis', 'host' => '127.0.0.1', 'port' => '6379', ...]]) in Manager.php line 139
  6. at Manager->createDriver('redis') in Manager.php line 66
  7. at Manager->getDriver('redis') in Manager.php line 56
  8. at Manager->driver('redis') in Cache.php line 90
  9. at Cache->store(null) in Db.php line 38
  10. at Db::__make(object(Event), object(Config), object(Log), object(Cache))
  11. at ReflectionMethod->invokeArgs(null, [object(Event), object(Config), object(Log), ...]) in Container.php line 385
  12. at Container->invokeClass('think\Db', []) in Container.php line 252
  13. at Container->make('think\Db') in Container.php line 131
  14. at Container->get('db') in Container.php line 511
  15. at Container->__get('db') in ModelService.php line 25
  16. at ModelService->boot()
  17. at ReflectionMethod->invokeArgs(object(ModelService), []) in Container.php line 329
  18. at Container->invokeMethod('boot', [], false) in Container.php line 362
  19. at Container->invoke([object(ModelService), 'boot']) in App.php line 225
  20. at App->bootService(object(ModelService)) in App.php line 497
  21. at App->think\{closure}(object(ModelService), 37)
  22. at array_walk([object(AdminService), object(AdvService), object(BuyerService), ...], object(Closure)) in App.php line 498
  23. at App->boot() in BootService.php line 24
  24. at BootService->init(object(App)) in App.php line 463
  25. at App->initialize() in Http.php line 186
  26. at Http->initialize() in Http.php line 163
  27. at Http->run() in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www-data
HOME /var/www
HTTP_HOST saasapi-dev.yunyinerp.com
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
REDIRECT_STATUS 200
SERVER_NAME saasapi-dev.yunyinerp.com
SERVER_PORT 443
SERVER_ADDR 172.17.0.4
REMOTE_USER
REMOTE_PORT 9028
REMOTE_ADDR 216.73.217.176
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /var/www/html/crm-admin-zhumi/public
DOCUMENT_URI /index.php/sitemap.xml
REQUEST_URI /sitemap.xml
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
PATH_TRANSLATED /var/www/html/crm-admin-zhumi/public/sitemap.xml
PATH_INFO /sitemap.xml
SCRIPT_FILENAME /var/www/html/crm-admin-zhumi/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php/sitemap.xml
REQUEST_TIME_FLOAT 1782227025.4729
REQUEST_TIME 1782227025