79463246

Date: 2025-02-24 10:50:55
Score: 0.5
Natty:
Report link

I finally found the issue

in the app.php you have the description of the default database:

'className' => Connection::class,

in the app_local.php i had to redeclare for extra datasources:

'className' => 'Cake\Database\Connection',

i have no idea why, but this is what worked for me

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: igor57480