Skip to content

Conversation

SavvyProSolutions
Copy link

I was receiving the following PHP errors after activating the plugin in my local dev environment because I have PHP version 8.0.1 installed:

========================================================

Fatal error: Array and string offset access syntax with curly braces is no longer supported in "Site/app/public/wp-content/plugins/UpDevTools/vendor/kint-php/kint/inc/kintParser.class.php"

========================================================

I simply updated lines 463 and 465 to use brackets instead of curly braces.

I was receiving the following PHP errors after activating the plugin in my local dev environment because I have PHP version 8.0.1 installed:

========================================================

Fatal error: Array and string offset access syntax with curly braces is no longer supported in "Site/app/public/wp-content/plugins/UpDevTools/vendor/kint-php/kint/inc/kintParser.class.php"

========================================================

I simply updated lines 463 and 465 to use brackets instead of curly braces.
@CodyMcMichael
Copy link

+1 to updating this class. This plugin in very helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants