Announcement

Collapse
No announcement yet.

New installation - Error 400 bad request on every edit and save

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • New installation - Error 400 bad request on every edit and save

    Hello,

    I've just installed fresh new version 6.1.3 of EspoCRM, everything went smooth, I have all system requirements checked successfully, I even set 'aclStrictMode' => false in condig file but I have one issue.

    Despite I'm able to add new client or new user, a problem occurs when I try to edit something and save it. On every form I get error message popup "Error 400 Bad Request". It is when I want to edit some field of previously added client or edit any other form throughout the system.

    Can anyone help me how to solve it.

    Best regards,
    Marcin

  • #2
    I managed to find following error in log file:
    [2021-02-21 08:33:03] ERROR: 404 Not Found Type: Slim\Exception\HttpNotFoundException Code: 404 Message: Not found. File: /vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php Line: 93 Trace: #0 /vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php(59): Slim\Middleware\RoutingMiddleware->performRouting(Object(Slim\Psr7\Request)) #1 /vendor/slim/slim/Slim/MiddlewareDispatcher.php(140): Slim\Middleware\RoutingMiddleware->process(Object(Slim\Psr7\Request), Object(Slim\Routing\RouteRunner)) #2 /vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(107): class@anonymous->handle(Object(Slim\Psr7\Request)) #3 /vendor/slim/slim/Slim/MiddlewareDispatcher.php(140): Slim\Middleware\ErrorMiddleware->process(Object(Slim\Psr7\Request), Object(class@anonymous)) #4 /vendor/slim/slim/Slim/MiddlewareDispatcher.php(81): class@anonymous->handle(Object(Slim\Psr7\Request)) #5 /vendor/slim/slim/Slim/App.php(215): Slim\MiddlewareDispatcher->handle(Object(Slim\Psr7\Request)) #6 /vendor/slim/slim/Slim/App.php(199): Slim\App->handle(Object(Slim\Psr7\Request)) #7 /application/Espo/Core/ApplicationRunners/Api.php(94): Slim\App->run() #8 /application/Espo/Core/Application.php(95): Espo\Core\ApplicationRunners\Api->run() #9 /api/v1/index.php(37): Espo\Core\Application->run('Espo\\Core\\Appli...') #10 {main} [] []

    Comment


    • #3
      Hi,
      I tried to reproduce but didn't face such issue.
      What are your web server and CLI PHP version? You can check the web server PHP version in Administration -> System Requirements. PHP CLI version you can get by executing this command in terminal: php -v

      Comment

      Working...
      X