Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Saving a site throws an exception in Neos 5 Backend #2775

Closed
mariofischer opened this issue Nov 20, 2019 · 0 comments
Closed

BUG: Saving a site throws an exception in Neos 5 Backend #2775

mariofischer opened this issue Nov 20, 2019 · 0 comments
Assignees
Labels

Comments

@mariofischer
Copy link

Description

Trying to save a site in the Neos backend throws an exception

Steps to Reproduce

  1. Login to the backend, as Administrator
  2. Click on "Sites Management"
  3. Choose any site and click on "edit" (pencil icon)
  4. On the edit page click on "save"

Expected behavior

No exception…

Actual behavior

Exception is thrown:

"Argument 4 passed to Neos\Flow\Mvc\Controller\AbstractController_Original::redirect() must be of the type array, null given, called in /var/www/app/releases/118/Data/Temporary/Development/SubContextDocker/Cache/Code/Flow_Object_Classes/Neos_Neos_Controller_Module_Administration_SitesController.php on line 488"
Neos\Flow\Mvc\Controller\AbstractController_Original::redirect("index", NULL, NULL, NULL, 0, 303, NULL)
Data/Temporary/Development/SubContextDocker/Cache/Code/Flow_Object_Classes/Neos_Neos_Controller_Module_Administration_SitesController.php
Original File: Packages/Application/Neos.Neos/Classes/Controller/Module/Administration/SitesController.php
00486:     {
00487:         $this->session->putData('lastVisitedNode', null);
00488:         parent::redirect($actionName, $controllerName, $packageKey, $arguments, $delay, $statusCode, $format);
00489:     }
00490: }

Affected Versions

Neos: neos/neos 5.0.4

Flow: neos/flow 6.0.5

@mariofischer mariofischer changed the title Saving a site throws an exception in Neos 5 Backend Bug: Saving a site throws an exception in Neos 5 Backend Nov 20, 2019
@mariofischer mariofischer changed the title Bug: Saving a site throws an exception in Neos 5 Backend BUG: Saving a site throws an exception in Neos 5 Backend Nov 20, 2019
@kdambekalns kdambekalns self-assigned this Nov 21, 2019
neos-bot pushed a commit to neos/neos that referenced this issue Nov 30, 2019
neos-bot pushed a commit to neos/neos that referenced this issue Oct 30, 2020
neos-bot pushed a commit to neos/neos that referenced this issue Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants