georgringer / t3monitoring_client

Monitoring client
GNU General Public License v2.0
29 stars 25 forks source link

Problem with TYPO3 10.4.16 #63

Closed alsodenn closed 3 years ago

alsodenn commented 3 years ago

The extension "t3monitoring" cannot retrieve the information from the TYPO3 installations (t3monitoring_client) with TYPO3 version 10.4.16. It worked with version 10.4.15.

The following error appears:

Server error:GET domain.com/index.php?eID=t3monitoring&secret=secretresulted in a500 Internal Server Errorresponse:<!DOCTYPE html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name=" (truncated...)

joey-bolts commented 3 years ago

Alsodenn, which version of the client are u using. Updating to v9.2.1 solved the issue for me.

https://github.com/georgringer/t3monitoring_client/releases/tag/9.2.1

Seems to be this exact issue https://githubmemory.com/repo/georgringer/t3monitoring_client/issues/61

alsodenn commented 3 years ago

Didn't see that there was a new version as it is not in the TER. Can confirm, with the new version 9.2.1 it works again. Thank you!