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
The update to php 8.3 generates the error "Warning: Uncaught Error: Object of class UnwindExit could not be converted to string" related to the nesbot/Carbon component.
it seems that the version 2.62.1 used is not compatible and that version 3.8.2 fixes this bug.
Hello
The update to php 8.3 generates the error "Warning: Uncaught Error: Object of class UnwindExit could not be converted to string" related to the nesbot/Carbon component.
it seems that the version 2.62.1 used is not compatible and that version 3.8.2 fixes this bug.
Call Stack :
16 0.1895 832472 Composer\Autoload\ClassLoader->loadClass( $class = 'Carbon\Carbon' ) ...\Header.php:709
17 0.1896 832632 Composer\Autoload{closure:PATH\adm\vendor\composer\ClassLoader.php:575-577}( $file = 'PATH\adm\vendor\composer/../nesbot/carbon/src/Carbon\Carbon.php' ) ...\ClassLoader.php:427
18 0.1896 838728 include( 'PATH\adm\vendor\nesbot\carbon\src\Carbon\Carbon.php ) ...\ClassLoader.php:576
19 0.1896 838728 Composer\Autoload\ClassLoader->loadClass( $class = 'Carbon\Traits\Date' ) ...\Carbon.php:510
20 0.1897 838888 Composer\Autoload{closure:PATH\adm\vendor\composer\ClassLoader.php:575-577}( $file = 'PATH\adm\vendor\composer/../nesbot/carbon/src/Carbon\Traits\Date.php' ) ...\ClassLoader.php:427
21 0.1897 839352 include( 'PATH\adm\vendor\nesbot\carbon\src\Carbon\Traits\Date.php ) ...\ClassLoader.php:576
22 0.1922 840216 Composer\Autoload\ClassLoader->loadClass( $class = 'Carbon\Traits\Options' ) ...\Date.php:527
23 0.1922 840376 Composer\Autoload{closure:PATH\adm\vendor\composer\ClassLoader.php:575-577}( $file = 'PATH\adm\vendor\composer/../nesbot/carbon/src/Carbon\Traits\Options.php' ) ...\ClassLoader.php:427
24 0.1922 840840 include( 'PATH\adm\vendor\nesbot\carbon\src\Carbon\Traits\Options.php ) ...\ClassLoader.php:576
please can you hel me ?
The text was updated successfully, but these errors were encountered: