Actions
Bug #90828
closedUnable to edit page with form
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-03-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Good afternoon!
Unable to edit page with form
(1/1) TypeError
htmlspecialchars() expects parameter 1 to be string, null given
in /var/www/html/typo3_src-10.3.0/typo3/sysext/form/Classes/Hooks/FormPagePreviewRenderer.php line 63
array &$row
) {
if ($row['CType'] === 'form_formframework') {
$contentType = $parentObject->CType_labels[$row['CType']];
$itemContent .= $parentObject->linkEditContent('<strong>' . htmlspecialchars($contentType) . '</strong>', $row) . '<br />';
$flexFormData = GeneralUtility::makeInstance(FlexFormService::class)
->convertFlexFormContentToArray($row['pi_flexform']);
Files
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
thanks for creating the issue. this has been fixed with #90598.
I strongly suggest to use the current master for testing as a lot of stuff has been fixed as well.
Updated by Georg Ringer over 4 years ago
- Related to Bug #90598: Initialize emulated PageLayoutView before calling hooks added
Updated by Edward A. Gabdullin over 4 years ago
- File scr_599.jpg scr_599.jpg added
Georg Ringer wrote:
thanks for creating the issue. this has been fixed with #90598.
I strongly suggest to use the current master for testing as a lot of stuff has been fixed as well.
I use Typo 10.3.0, the changes you specified are there. But the problem is also in stock!
Updated by Edward A. Gabdullin over 4 years ago
- File scr_600.jpg scr_600.jpg added
Updated by Riccardo De Contardi over 4 years ago
@Edward A. Gabdullin
maybe it is the same as #90863 ? can you try with the latest master?
Updated by Edward A. Gabdullin over 4 years ago
I tried to connect the last master. The problem is gone.
Thanks!
Actions