XF 2.0 Fatal error: Array and string offset access syntax with curly braces is no longer supported

yousafsaeed

Member
Hi,
I am getting this error. how to resolve it?

Thanks
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /home/site/public_html/forum/src/vendor/dokuwiki/utf8/utf8.php on line 66

Fatal error
: Uncaught Error: Unknown named parameter $config in /home/site/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php:431 Stack trace: #0 /home/site/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php(431): call_user_func_array('parent::has', Array) #1 /home/site/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php(395): League\Flysystem\EventableFilesystem\EventableFilesystem->callFilesystemMethod('has', Array) #2 /home/site/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php(128): League\Flysystem\EventableFilesystem\EventableFilesystem->delegateMethodCall('has', Array) #3 [internal function]: League\Flysystem\EventableFilesystem\EventableFilesystem->has('install-lock.ph...') #4 /home/site/public_html/forum/src/vendor/league/flysystem/src/MountManager.php(269): call_user_func_array(Array, Array) #5 /home/site/public_html/forum/src/vendor/league/flysystem/src/MountManager.php(179): League\Flysystem\MountManager->invokePluginOnFilesystem('has', Array, 'internal-data') #6 /home/site/public_html/forum/src/XF/Util/File.php(488): League\Flysystem\MountManager->__call('has', Array) #7 /home/site/public_html/forum/src/XF/Error.php(100): XF\Util\File::installLockExists() #8 /home/site/public_html/forum/src/XF/App.php(1942): XF\Error->logException(Object(ErrorException), true, '') #9 /home/site/public_html/forum/src/XF.php(183): XF\App->logException(Object(ErrorException), true) #10 [internal function]: XF::handleFatalError() #11 {main} thrown in /home/site/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
 
Top Bottom