*PHP version ( title error that I cannot update)
Can you copy the relevant part of the system report in the text box so the formatting isn’t broken when pasted here?
And can you check your php.ini file for PHP 8.3 for disabled functions or anything else that prevent the listed functions from being available?
That’s how it was formatted when I got the error I’m afraid, the exact formatting (all in red text) was something like:
*********************************
(on the left)
Required functions error
(on the right, in a list just as you see it)
debug_backtrace
escapeshellarg
After making this change, restart your web server.
eval
hash
gzcompress
gzuncompress
pack
*********************************
After some digging it turns out I’m not able to enable php extensions like eval etc because I’m on shared hosting. Assuming it’s disabled because of it’s vulnerability to misuse. I’ve moved to another plugin that does not have these limitations. Thanks
-
This reply was modified 3 months ago by
designerj.
Alright. Note: eval is used by certain libraries Matomo uses including c-pchart, twig and PEAR.
That’s how it was formatted when I got the error I’m afraid, the exact formatting (all in red text) was something like:
Irrelevant at this point I suppose, but there is a text box at the top of the system report page with non-HTML formatted text you can copy. That is what I was referring to.