Actions
Bug #95720
closedPHP Warning: memcache_close() expects exactly 1 parameter, 0 given in \typo3\sysext\reports\Classes\Report\Status\ConfigurationStatus.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hallo, it's my fist report.
I'm updating in old instanz of typo3. Now i'm on version 9.5.31, php 7.3.23 and memchache 4..
If i try using the reports modul, i'm getting this error in backend:
PHP Warning: memcache_close() expects exactly 1 parameter, 0 given in \typo3\sysext\reports\Classes\Report\Status\ConfigurationStatus.php line 155
The code:
memcache_close($memcachedConnection);
is the solution on getting all to work.
Probably the same bug is in Typo3 10.4.21.
Actions