We're sorry, but an unhandled error occurred. Please see the details below.
/home/admin/web/vps.cmpchoice.beget.tech/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php line 122
Undefined
ErrorException
* @param string $contents * @param bool $lock * @return int */ public function put($path, $contents, $lock = false) { return file_put_contents($path, $contents, $lock ? LOCK_EX : 0); } /** * Prepend to a file. * * @param string $path
# | Called Code | Document | Line |
---|---|---|---|
7 | file_put_contents(…) | ~/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php | 122 |
6 | Illuminate\Filesystem\Filesystem->put(…) | ~/vendor/october/rain/src/Filesystem/Filesystem.php | 217 |
5 | October\Rain\Filesystem\Filesystem->put(…) | ~/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php | 83 |
4 | Illuminate\Session\FileSessionHandler->write(…) | ~/vendor/laravel/framework/src/Illuminate/Session/Store.php | 128 |
3 | Illuminate\Session\Store->save() | ~/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php | 87 |
2 | Illuminate\Session\Middleware\StartSession->terminate(…) | ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php | 218 |
1 | Illuminate\Foundation\Http\Kernel->terminateMiddleware(…) | ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php | 189 |
0 | Illuminate\Foundation\Http\Kernel->terminate(…) | ~/index.php | 48 |