![]() |
Hi,
I have just upgraded to v4.5.5 and I am now getting errors I have never received before. Code: CRITICAL - 2024-09-17 14:15:42 --> GuzzleHttp\Exception\ConnectException: cURL error 6: getaddrinfo() thread failed to start (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://identity.xero.com/connect/token During the upgrade I noticed Config/Routes had been changed and Config/Routing had been added. As part of the upgrade I ensured by previous Routes settings ($routes->setDefaultNamespace('App\Controllers');$routes->setDefaultController('Home');$routes->setDefaultMethod('index');$routes->setTranslateURIDashes(false); $routes->set404Override(); were replicated in Routing. Any assistance would be helpful? |
Messages In This Thread |
Routes Error after upgrade to v4.5.5 - by 68thorby68 - 09-17-2024, 06:27 AM
RE: Routes Error after upgrade to v4.5.5 - by kenjis - 09-18-2024, 02:07 AM
RE: Routes Error after upgrade to v4.5.5 - by 68thorby68 - 09-18-2024, 02:22 AM
RE: Routes Error after upgrade to v4.5.5 - by kenjis - 09-18-2024, 06:05 PM
RE: Routes Error after upgrade to v4.5.5 - by InsiteFX - 09-18-2024, 09:22 PM
|