Bug #87573
closedTYPO3 CMS Exception 1256475113 in Extension Manager
Added by Robert von Hackwitz almost 6 years ago. Updated over 4 years ago.
0%
Description
Fresh TYPO3 install with:
Centos 7
Mysql 5.7
Php 7.3
Apache 2.4.6
Using Extension Manager -> "Get Extensions" cause:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1256475113: The argument "arguments" was registered with type "array", but is of type "integer" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Widget\UriViewHelper". | InvalidArgumentException thrown in file /PATH/TO/TYPO3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php in line 356
Using Php 7.2: everything works fine
Files
2019-02-19 23_49_49-IMI-INFO [TYPO3 CMS 9.5.4].png (20.6 KB) 2019-02-19 23_49_49-IMI-INFO [TYPO3 CMS 9.5.4].png | imi info, 2019-02-19 23:55 | ||
2019-02-19 23_48_51-IMI-INFO [TYPO3 CMS 9.5.4].png (8.12 KB) 2019-02-19 23_48_51-IMI-INFO [TYPO3 CMS 9.5.4].png | imi info, 2019-02-19 23:55 |
Updated by Georg Ringer almost 6 years ago
- Status changed from New to Needs Feedback
thanks for creating the issue!
I can't reproduce it, can you check which template part cause the issue on your system?
Updated by Robert von Hackwitz almost 6 years ago
Georg Ringer wrote:
thanks for creating the issue!
I can't reproduce it, can you check which template part cause the issue on your system?
Hi, it isn't a template issue but an Extension Manager issue.
Occasionally occurs when you choose "Get Extensions" on dropdown menu in Extension Manager
Updated by imi info almost 6 years ago
- File 2019-02-19 23_49_49-IMI-INFO [TYPO3 CMS 9.5.4].png 2019-02-19 23_49_49-IMI-INFO [TYPO3 CMS 9.5.4].png added
- File 2019-02-19 23_48_51-IMI-INFO [TYPO3 CMS 9.5.4].png 2019-02-19 23_48_51-IMI-INFO [TYPO3 CMS 9.5.4].png added
I have the same error using "Add new configuration for this site" and with Reports module
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1256475113: The argument "arguments" was registered with type "array", but is of type "integer" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Widget\UriViewHelper". | InvalidArgumentException thrown in file /PATH/TO/TYPO3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php in line 356
Operyting System FreeBSD 12
Typo3 version 9.5.4
Php 7.3.2
Nginx 1.14
MariaDB 10.3
Fresh install nothing changed.
Could add the site configuration manually with config.yaml file but reports module doesn't open...
Using Php 7.2: everything works fine
With php 7.2.15 => ok
Updated by Clemens Riccabona over 5 years ago
Is related to #87958
Can confirm this bug with php 7.3
Updated by Clemens Riccabona over 5 years ago
Possible solutions:
EXT:extensionmanager/Resources/Private/
- Templates/List/Index.html
Line 55:
arguments: '{0:extension.updateToVersion.version}'
instead of
arguments: {0:extension.updateToVersion.version}
- Partials/List/UnresolvedDependencies.html
Line 13:
arguments: '{key: key}'
instead of
arguments: {key: key}
Updated by Clemens Riccabona over 5 years ago
Robert von Hackwitz wrote:
Georg Ringer wrote:
Hi, it isn't a template issue but an Extension Manager issue.
Occasionally occurs when you choose "Get Extensions" on dropdown menu in Extension Manager
It is a template issue of the Extension Manager Templates ... ;)
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #87958: TranslateViewHelper error in AbstractViewHelper added
Updated by Joerg Boesche over 5 years ago
Georg Ringer wrote:
thanks for creating the issue!
I can't reproduce it, can you check which template part cause the issue on your system?
As Georg mentioned, I also can't reproduce the issue on serveral T3 instances and php versions.
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Denny Lubitz over 5 years ago
Updated by Susanne Moog over 5 years ago
- Related to Bug #88415: InvalidArgumentException in SiteConfiguration added
Updated by Robert von Hackwitz about 5 years ago
Bug confirmed in another typo3 installation on Linux CentOs 7.6
Environment:
OS: CentOs 7.6
Http Server: httpd-2.4.6-89
Mysql: mysql-community-server-5.7.27-1
Php: php-7.3.8-1 (mod_php NOT php-fpm)
Updated by Jan Greth about 5 years ago
Can also confirm bug:
Operating system: Unix
PHP version: 7.3.8
PHP CGI detected: No
Database connection 'Default'
Version: MySQL 5.5.62
Updated by Bernd Glückert about 5 years ago
Bug confirmed in another typo3 installation on Gentoo Linux
Environment:
OS: Gentoo, Kernel 5.3.2
Http Server: Apache/2.4.41
Database: 10.4.8-MariaDB
Php: PHP 7.3.10
Error message in t3 log:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1256475113: The argument "arguments" was registered with type "array", but is of type "integer" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Widget\UriViewHelper". | InvalidArgumentException thrown in file /var/www/example.com/typo3_src-8.7.12/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php in line 356. Requested URL: https://www.example.com/typo3/index.php?M=tools_ExtensionmanagerExtensionmanager&moduleToken=9cfa1731a7999cd6dd50c24b3c7a6fa58eb254b6&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Baction%5D=ter&tx_extensionmanager_tools_extensionmanagerextensionmanager%5Bcontroller%5D=List
Updated by Jan Greth about 5 years ago
Problem persists also in TYPO3 CMS v9.5.10
Updated by Sebastian Michaelsen about 5 years ago
Pointer: The problem is also discussed here https://github.com/TYPO3/Fluid/issues/449, but without any breakthrough yet.
Updated by Benni Mack almost 5 years ago
- Related to Bug #87970: Sites configuration module broken added
Updated by Benni Mack almost 5 years ago
Hey everybody,
can you please check if the error still exists in TYPO3 v9.5.13? We've fixed this with https://review.typo3.org/c/Packages/TYPO3.CMS/+/62450 in v10 and v9.
Thanks for the pointers.
Updated by Georg Ringer over 4 years ago
- Status changed from Needs Feedback to Closed
closing because solved + lack of feedback