Last active
December 2, 2023 18:41
-
-
Save softiconic/69974c9037dee32a2808840f72a6b8b7 to your computer and use it in GitHub Desktop.
How to resolve the error "Compilation failed: invalid range in character class at offset."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php | |
And edit line 86, from: | |
. '([\\w-_]+)' // 2: Shortcode name | |
to | |
. '([\\w\-_]+)' // 2: Shortcode name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment