• After changing from PHP 7.4 to PHP 8.0, my page didn’t load any more.
    I turned on debugging and found out that this plugin caused the error, so I deactivated it. Now my page loads fine again. Hope the dev will fix the problem, I sent him the logs.

Viewing 1 replies (of 1 total)
  • It has to do with the use of curly braces. PHP8 no longer permits the use of curly braces to access arrays, so those will have to be fixed. I had the same problem…

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t work any more when using PHP 8.0’ is closed to new replies.