Project

General

Profile

Actions

Bug #83311

closed

Not able to open de BE Web -> Forms module

Added by Frans Saris over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Form Framework
Target version:
-
Start date:
2017-12-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When running in development context you are not able to open de Web -> Forms module due to a php error:

Argument 1 passed to TYPO3\CMS\Form\Controller\AbstractBackendController::resolveResourcePaths() must be of the type array, null given, called in vendor/typo3/cms/typo3/sysext/form/Classes/Controller/FormManagerController.php on line 63

TypeError thrown in file
vendor/typo3/cms/typo3/sysext/form/Classes/Controller/AbstractBackendController.php in line 76.

15 TYPO3\CMS\Form\Controller\AbstractBackendController::resolveResourcePaths(NULL)

vendor/typo3/cms/typo3/sysext/form/Classes/Controller/FormManagerController.php:
00061: 
00062:         $this->view->assign('forms', $this->getAvailableFormDefinitions());
00063:         $this->view->assign('stylesheets', $this->resolveResourcePaths($this->formSettings['formManager']['stylesheets']));
00064:         $this->view->assign('dynamicRequireJsModules', $this->formSettings['formManager']['dynamicRequireJsModules']);
00065:         $this->view->assign('formManagerAppInitialData', $this->getFormManagerAppInitialData());

Actions

Also available in: Atom PDF