You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/plugins/NoteDiff/files/vendor/php-diff/lib/Diff/Renderer/Html/Array.php on line 153
solution -> line 153 in Array.php: while($start < $limit && $fromLine[$start] == $toLine[$start]) {
The text was updated successfully, but these errors were encountered:
in PHP 8.1.2 accured an error:
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/plugins/NoteDiff/files/vendor/php-diff/lib/Diff/Renderer/Html/Array.php on line 153
solution -> line 153 in Array.php:
while($start < $limit && $fromLine[$start] == $toLine[$start]) {
The text was updated successfully, but these errors were encountered: