| exception |
ValueError {#1766
#message: "unlink(): Argument #1 ($filename) must not contain any null bytes"
#code: 0
#file: "/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php"
#line: 341
trace: {
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341 {
Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles(): void …
›
› @unlink($this->getFilename($csvToken));
› $offset += \strlen($line);
arguments: {
$filename: "/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/62/59/\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00985962"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:193 {
Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(Profile $profile): bool …
› if (1 === mt_rand(1, 10)) {
› $this->removeExpiredProfiles();
› }
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile): bool …
›
› if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
› $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
arguments: {
$profile: Symfony\Component\HttpKernel\Profiler\Profile {#736 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event): void …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
arguments: {
$profile: Symfony\Component\HttpKernel\Profiler\Profile {#736 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
...: {
"kernel.terminate"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#162 …}
}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
$eventName: "kernel.terminate"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#162 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …1]
$eventName: "kernel.terminate"
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
$eventName: "kernel.terminate"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/HttpKernel.php:112 {
Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response): void …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
$eventName: "kernel.terminate"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Kernel.php:148 {
Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response): void …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$response: Symfony\Component\HttpFoundation\Response {#727 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› if ($this->kernel instanceof TerminableInterface) {
› $this->kernel->terminate($this->request, $response);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$response: Symfony\Component\HttpFoundation\Response {#727 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#187
-records: [
2 => [
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.918+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_login"
"route_parameters" => [
"_route" => "app_login"
"_controller" => "App\Controller\LoginController::index"
]
"request_uri" => "http://www.servicioseducativosnaku.com.mx/login"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.918+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.918+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.918+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.919+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerX7hGlYb\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.943+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Uncaught PHP Exception ValueError: "unlink(): Argument #1 ($filename) must not contain any null bytes" at FileProfilerStorage.php line 341"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => ValueError {#1766
#message: "unlink(): Argument #1 ($filename) must not contain any null bytes"
#code: 0
#file: "/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php"
#line: 341
trace: {
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341 {
Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles(): void …
›
› @unlink($this->getFilename($csvToken));
› $offset += \strlen($line);
arguments: {
$filename: "/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/62/59/\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00985962"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:193 {
Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(Profile $profile): bool …
› if (1 === mt_rand(1, 10)) {
› $this->removeExpiredProfiles();
› }
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile): bool …
›
› if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
› $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
arguments: {
$profile: Symfony\Component\HttpKernel\Profiler\Profile {#736 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event): void …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
arguments: {
$profile: Symfony\Component\HttpKernel\Profiler\Profile {#736 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
...: {
"kernel.terminate"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#162 …}
}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
$eventName: "kernel.terminate"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#162 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …1]
$eventName: "kernel.terminate"
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
$eventName: "kernel.terminate"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/HttpKernel.php:112 {
Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response): void …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\TerminateEvent {#565 …}
$eventName: "kernel.terminate"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Kernel.php:148 {
Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response): void …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$response: Symfony\Component\HttpFoundation\Response {#727 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› if ($this->kernel instanceof TerminableInterface) {
› $this->kernel->terminate($this->request, $response);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$response: Symfony\Component\HttpFoundation\Response {#727 …}
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.969+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
]
"" => [
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.947+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/43/78/9d7843): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1762
+count: 1
-severity: E_WARNING
trace: {
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341 {
Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles(): void …
›
› @unlink($this->getFilename($csvToken));
› $offset += \strlen($line);
arguments: {
$filename: "/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/62/59/\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00985962"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:193 {
› if (1 === mt_rand(1, 10)) {
› $this->removeExpiredProfiles();
› }
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.947+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/c9/80/be80c9): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/94/6d/c26d94): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b3/09/d109b3): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/87/11/901187): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/37/e2/29e237): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/69/fb/48fb69): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/98/ce/b4ce98): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/67/ad/89ad67): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/6e/e6/fce66e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/4e/59/76594e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/cc/be/f0becc): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/08/37/723708): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3d/8f/1d8f3d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ea/2c/a72cea): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/2f/e8/7be82f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/dd/55/6555dd): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/69/4e/6a4e69): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/7f/b3/76b37f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b6/09/a809b6): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/26/7a/ad7a26): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/59/55/ce5559): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ac/76/c176ac): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/59/41/1e4159): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3c/3c/a23c3c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8d/e9/64e98d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/02/c4/00c402): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/04/98/0a9804): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d1/a5/b7a5d1): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/bb/67/4067bb): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/1d/42/57421d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9f/ac/15ac9f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/c7/fa/a3fac7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/19/65/b86519): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/08/76/2b7608): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/7e/9a/fa9a7e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/98/d1/16d198): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.948+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/87/3b/f63b87): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ba/9d/019dba): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/2a/3a/583a2a): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/7e/24/db247e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/e6/15/1315e6): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/08/f0/1ff008): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b8/3c/f23cb8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/37/2b/fe2b37): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fd/7c/d87cfd): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/30/1d/351d30): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b7/50/a850b7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/04/ad/dead04): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b8/e7/a9e7b8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a5/be/c2bea5): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d3/28/8028d3): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/72/de/cede72): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/29/86/da8629): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ff/30/1e30ff): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ed/cb/f3cbed): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/42/16/cd1642): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3d/76/51763d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fe/5d/f45dfe): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a4/65/9165a4): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9a/26/65269a): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/de/a9/cda9de): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/21/59/655921): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/bb/f4/3ff4bb): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/54/d1/0ed154): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/bc/8d/458dbc): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ce/a9/35a9ce): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/23/af/64af23): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/e5/bf/e2bfe5): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a8/62/a262a8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/66/cb/97cb66): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9e/93/8f939e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/34/27/c02734): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/0f/e5/c5e50f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/1f/9d/3e9d1f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.949+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/01/2e/732e01): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/dc/75/5b75dc): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3b/31/2c313b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/36/2d/812d36): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/5e/91/2c915e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fe/bd/f1bdfe): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/41/65/016541): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/50/9f/549f50): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/6f/f7/61f76f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/cb/3d/4d3dcb): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fb/e2/d9e2fb): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/6e/bf/e1bf6e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d0/52/f652d0): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/01/b7/40b701): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/db/52/fa52db): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9e/3b/ff3b9e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/98/33/243398): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3c/23/f3233c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/40/3d/323d40): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/95/66/b56695): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a0/2d/ad2da0): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3b/25/10253b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8c/3b/f83b8c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/c7/35/dd35c7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3d/90/a1903d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/c7/53/1853c7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/dd/48/8f48dd): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1765
+count: 1
-severity: E_WARNING
trace: {
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341 {
Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles(): void …
›
› @unlink($this->getFilename($csvToken));
› $offset += \strlen($line);
arguments: {
$filename: "/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/62/59/\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00985962"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:193 {
› if (1 === mt_rand(1, 10)) {
› $this->removeExpiredProfiles();
› }
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fa/bd/fcbdfa): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a4/fe/cafea4): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/80/93/379380): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/45/7c/f97c45): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/cd/46/0446cd): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/83/75/267583): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8e/c9/bbc98e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/69/f0/e7f069): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/41/b2/7db241): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/79/4c/194c79): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ae/d4/48d4ae): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ab/91/f191ab): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d0/8a/e48ad0): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.950+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/67/a8/85a867): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fa/1a/fb1afa): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/4b/05/93054b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a5/4d/e94da5): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/2f/4b/b84b2f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d6/92/4192d6): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/33/bb/afbb33): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/6b/28/dd286b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/f0/af/37aff0): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b5/8e/288eb5): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9e/e3/19e39e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d7/d6/dbd6d7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/44/2e/cd2e44): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d8/a0/07a0d8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/65/07/0b0765): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/03/15/611503): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/df/39/5739df): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9e/56/f8569e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8d/2d/ad2d8d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/1a/bd/a3bd1a): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/15/ce/70ce15): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/34/57/d95734): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/75/e6/96e675): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b0/b4/66b4b0): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9a/0b/ec0b9a): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/41/5d/fc5d41): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b8/7a/9f7ab8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/25/52/6c5225): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8d/5a/8d5a8d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.951+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/0a/6b/326b0a): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/56/9e/d59e56): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/c1/b5/a4b5c1): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d7/84/3f84d7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/2b/bc/e9bc2b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/e7/5a/9c5ae7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/66/19/911966): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/63/7a/d97a63): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/97/9e/b79e97): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8d/6d/046d8d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/40/6a/4c6a40): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/54/4c/d94c54): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b3/5d/bc5db3): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/41/5f/595f41): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/1b/58/73581b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/4f/c1/e7c14f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d3/0d/9b0dd3): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/31/0f/160f31): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/88/a6/18a688): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d6/fa/05fad6): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/70/e4/32e470): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/94/ab/66ab94): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/44/ee/a2ee44): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8d/bf/91bf8d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/dc/01/6b01dc): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/29/d4/21d429): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a6/7e/bd7ea6): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/2b/4b/644b2b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/e8/aa/eaaae8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ae/81/b681ae): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/75/94/079475): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/93/da/58da93): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a9/c7/2ac7a9): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8f/4b/b24b8f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/75/6a/4d6a75): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/6e/b5/e1b56e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3f/a1/8fa13f): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.952+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/dd/ae/a7aedd): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/1e/6c/656c1e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/7c/7a/427a7c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3d/a6/14a63d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/84/b0/14b084): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/c7/94/2494c7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a0/b9/fcb9a0): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3c/00/81003c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/f1/48/ff48f1): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3d/c5/ffc53d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/df/54/fe54df): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/13/01/d70113): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/01/07/e70701): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/22/b2/bbb222): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/27/f7/d0f727): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/52/f7/96f752): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3b/4d/994d3b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/41/cc/efcc41): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/08/56/dd5608): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/6b/67/59676b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/21/af/78af21): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1764
+count: 1
-severity: E_WARNING
trace: {
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:341 {
Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles(): void …
›
› @unlink($this->getFilename($csvToken));
› $offset += \strlen($line);
arguments: {
$filename: "/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/62/59/\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00985962"
}
}
/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:193 {
› if (1 === mt_rand(1, 10)) {
› $this->removeExpiredProfiles();
› }
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/9e/42/68429e): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3a/e2/1be23a): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/7d/da/c0da7d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/04/d6/1ed604): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/66/72/627266): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ca/a1/0da1ca): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d8/40/4640d8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a8/ed/77eda8): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/16/1f/8a1f16): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/a7/06/2406a7): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/f2/c5/0cc5f2): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/aa/77/f677aa): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3c/fb/46fb3c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d0/12/0012d0): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3d/39/15393d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/81/38/ab3881): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/4b/d6/07d64b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.953+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/05/1b/061b05): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/f3/70/1d70f3): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/5c/46/ef465c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/52/72/ea7252): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/2d/6f/b36f2d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/31/d6/99d631): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/68/68/9e6868): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fe/53/b453fe): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ed/e2/11e2ed): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/8a/9f/819f8a): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ad/32/ff32ad): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/94/e0/b8e094): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/0c/0a/5b0a0c): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/73/88/df8873): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/b9/3d/693db9): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/54/3c/6c3c54): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ee/b5/6cb5ee): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/f4/1b/181bf4): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/37/d9/e5d937): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/66/1a/811a66): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/d5/0d/dd0dd5): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/ff/c0/72c0ff): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/7d/08/01087d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/55/8d/f18d55): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/44/03/590344): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/03/03/5f0303): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/3d/3f/e93f3d): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/54/45/ce4554): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/fb/a6/83a6fb): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/84/86/bf8684): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/6b/6b/d56b6b): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/77/eb/67eb77): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Warning: unlink(/var/www/serviciosedu_usr/data/www/servicioseducativosnaku.com.mx/var/cache/dev/profiler/15/98/1d9815): No such file or directory"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "php"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.terminate"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.954+00:00"
"message" => "Uncaught Error: unlink(): Argument #1 ($filename) must not contain any null bytes"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => ValueError {#1766}
]
"channel" => "php"
]
]
1780 => [
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerX7hGlYb\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1774327321
"timestamp_rfc3339" => "2026-03-24T04:42:01.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
"" => 1
1780 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#186 …}
} |