Isn’t it wonderful that no matter what happens, we will always have a date devoted to Love—the strongest of feelings? Today is that day—Yay! Valentine’s Day is not just for those who have a significant other.…
The latest tips and news from the industry straight to your inbox!
Join 30,000+ subscribers for exclusive access to our monthly newsletter with insider cloud, hosting and WordPress tips!
ErrorException
fwrite(): Write of 4523 bytes failed with errno=28 No space left on device
at /home/fc2019/fastcomet_ng_dev/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:162
158▕ * @param resource $stream
159▕ */
160▕ protected function streamWrite($stream, LogRecord $record): void
161▕ {
➜ 162▕ fwrite($stream, (string) $record->formatted);
163▕ }
164▕
165▕ private function customErrorHandler(int $code, string $msg): bool
166▕ {
[2m+13 vendor frames [22m
14 /home/fc2019/fastcomet_ng_dev/artisan:35
Illuminate\Foundation\Console\Kernel::handle()