logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#275
-records: [
9 => [
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.810+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "profile"
"route_parameters" => [
"_route" => "profile"
"member" => 0
"page" => 0
"_controller" => "App\Controller\IRMS\ProfileController::profile"
]
"request_uri" => "https://dev.swc-empire.com/irms/profile"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.820+00:00"
"message" => "Deprecated: App\Security\AuthenticationEntryPoint::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1052
#message: "Deprecated: App\Security\AuthenticationEntryPoint::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src/Security/AuthenticationEntryPoint.php"
#line: 19
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src/Security/AuthenticationEntryPoint.php:19 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› }
› public function start(Request $request, AuthenticationException $authException = null): RedirectResponse
› {
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:8255 {
include_once …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
› include_once \dirname(__DIR__, 4).'/src/Security/AuthenticationEntryPoint.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:8255 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getSecurity_Firewall_Map_Context_MainService($container) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
› include_once \dirname(__DIR__, 4).'/src/Security/AuthenticationEntryPoint.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
}
/home/empire/public_html/dev/application/vendor/symfony/dependency-injection/Container.php:399 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/FirewallMap.php:75 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/FirewallMap.php:49 {
Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request): FirewallConfig …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/EventListener/FirewallListener.php:48 {
Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.826+00:00"
"message" => "Deprecated: App\Security\EmpireAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1089
#message: "Deprecated: App\Security\EmpireAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src/Security/EmpireAuthenticator.php"
#line: 149
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src/Security/EmpireAuthenticator.php:149 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function start(Request $request, AuthenticationException $authException = null)
› {
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:4535 {
include_once …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
› include_once \dirname(__DIR__, 4).'/src/Security/EmpireAuthenticator.php';
›
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:4535 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getEmpireAuthenticatorService($container) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
› include_once \dirname(__DIR__, 4).'/src/Security/EmpireAuthenticator.php';
›
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:8016 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getSecurity_Authenticator_Manager_MainService($container) …
›
› return $container->privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([($container->privates['App\\Security\\EmpireAuthenticator'] ?? self::getEmpireAuthenticatorService($container))], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), 'main', ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), true, true, []);
› }
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:5631 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getDebug_Security_Firewall_Authenticator_MainService($container) …
›
› return $container->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(($container->privates['security.authenticator.manager.main'] ?? self::getSecurity_Authenticator_Manager_MainService($container))));
› }
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:8265 {
ContainerEwjOfLk\App_KernelDevDebugContainer::{closure:ContainerEwjOfLk\App_KernelDevDebugContainer::getSecurity_Firewall_Map_Context_MainService():8262} …
› yield 1 => ($container->privates['security.context_listener.1'] ?? self::getSecurity_ContextListener_1Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? self::getDebug_Security_Firewall_Authenticator_MainService($container));
› yield 3 => ($container->privates['security.access_listener'] ?? self::getSecurity_AccessListenerService($container));
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->{closure:Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::callListeners():59} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.854+00:00"
"message" => "User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1142
#message: "User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead."
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
#line: 66
#severity: E_USER_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:66 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->__construct(iterable $authenticators, TokenStorageInterface $tokenStorage, EventDispatcherInterface $eventDispatcher, string $firewallName, ?LoggerInterface $logger = null, bool $eraseCredentials = true, Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel|bool $exposeSecurityErrors = ExposeSecurityLevel::None, array $requiredBadges = []) …
› if (\is_bool($exposeSecurityErrors)) {
› trigger_deprecation('symfony/security-http', '7.3', 'Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use %s value instead.', ExposeSecurityLevel::class);
›
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:8016 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getSecurity_Authenticator_Manager_MainService($container) …
›
› return $container->privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([($container->privates['App\\Security\\EmpireAuthenticator'] ?? self::getEmpireAuthenticatorService($container))], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), 'main', ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), true, true, []);
› }
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:5631 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getDebug_Security_Firewall_Authenticator_MainService($container) …
›
› return $container->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(($container->privates['security.authenticator.manager.main'] ?? self::getSecurity_Authenticator_Manager_MainService($container))));
› }
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:8265 {
ContainerEwjOfLk\App_KernelDevDebugContainer::{closure:ContainerEwjOfLk\App_KernelDevDebugContainer::getSecurity_Firewall_Map_Context_MainService():8262} …
› yield 1 => ($container->privates['security.context_listener.1'] ?? self::getSecurity_ContextListener_1Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? self::getDebug_Security_Firewall_Authenticator_MainService($container));
› yield 3 => ($container->privates['security.access_listener'] ?? self::getSecurity_AccessListenerService($container));
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->{closure:Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::callListeners():59} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.854+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.854+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\EmpireAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.873+00:00"
"message" => "Deprecated: Empire\Core\User::getPositionsInBranch(): Implicitly marking parameter $viewer as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1122
#message: "Deprecated: Empire\Core\User::getPositionsInBranch(): Implicitly marking parameter $viewer as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 851
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:851 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function getPositionsInBranch(int $id, User $viewer = null): array
› {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.873+00:00"
"message" => "Deprecated: Empire\Core\User::getPositions(): Implicitly marking parameter $unitID as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1121
#message: "Deprecated: Empire\Core\User::getPositions(): Implicitly marking parameter $unitID as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 895
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:895 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› function getPositions(int $unitID = null, User $viewer = null): array
› {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.873+00:00"
"message" => "Deprecated: Empire\Core\User::getPositions(): Implicitly marking parameter $viewer as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1118
#message: "Deprecated: Empire\Core\User::getPositions(): Implicitly marking parameter $viewer as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 895
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:895 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› function getPositions(int $unitID = null, User $viewer = null): array
› {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.874+00:00"
"message" => "Deprecated: Empire\Core\User::getEvents(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1076
#message: "Deprecated: Empire\Core\User::getEvents(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 1781
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:1781 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getEvents(int $type = null, array $exclude = [], int $min = 0, int $max = 10, bool $count = false)
› {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.874+00:00"
"message" => "Deprecated: Empire\Core\User::getUsersForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1077
#message: "Deprecated: Empire\Core\User::getUsersForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 2003
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:2003 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public static function getUsersForAutocomplete($search, User $user = null): array
› {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.874+00:00"
"message" => "Deprecated: Empire\Core\User::addBranchServiceHistory(): Optional parameter $endDate declared before required parameter $addedBy is implicitly treated as a required parameter"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1096
#message: "Deprecated: Empire\Core\User::addBranchServiceHistory(): Optional parameter $endDate declared before required parameter $addedBy is implicitly treated as a required parameter"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 2203
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:2203 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› function addBranchServiceHistory($branchID, $rankID, $startDate, $endDate = null, $reason = null, $addedBy) {
› return BranchServiceHistory::addEntry($this->id, $branchID, $rankID, $startDate, $endDate, $reason, $addedBy);
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.875+00:00"
"message" => "Deprecated: Empire\Core\User::addBranchServiceHistory(): Optional parameter $reason declared before required parameter $addedBy is implicitly treated as a required parameter"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1095
#message: "Deprecated: Empire\Core\User::addBranchServiceHistory(): Optional parameter $reason declared before required parameter $addedBy is implicitly treated as a required parameter"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 2203
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:2203 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› function addBranchServiceHistory($branchID, $rankID, $startDate, $endDate = null, $reason = null, $addedBy) {
› return BranchServiceHistory::addEntry($this->id, $branchID, $rankID, $startDate, $endDate, $reason, $addedBy);
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.875+00:00"
"message" => "Deprecated: Empire\Core\User::endBranchService(): Optional parameter $reason declared before required parameter $addedBy is implicitly treated as a required parameter"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1093
#message: "Deprecated: Empire\Core\User::endBranchService(): Optional parameter $reason declared before required parameter $addedBy is implicitly treated as a required parameter"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php"
#line: 2216
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:2216 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› function endBranchService($branchID, $endDate, $reason = null, $addedBy) {
› $result = DatabaseHelper::prepare("UPDATE BRANCH_SERVICE_HISTORY SET BRSE_END_DATE = ?, BRSE_REASON = ? WHERE MEMB_ID = ? AND BRAN_ID = ? AND BRSE_END_DATE IS NULL", $endDate, $reason, $this->id, $branchID);
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.876+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Status::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1237
#message: "Deprecated: Creation of dynamic property Empire\Core\Status::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.877+00:00"
"message" => "Deprecated: Empire\Core\Position::getPositionsForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1236
#message: "Deprecated: Empire\Core\Position::getPositionsForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 342
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:342 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public static function getPositionsForAutocomplete($search, User $user = null) {
› if(!is_null($user)) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.877+00:00"
"message" => "Deprecated: Empire\Core\Branch::getBranchesForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1243
#message: "Deprecated: Empire\Core\Branch::getBranchesForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 186
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:186 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public static function getBranchesForAutocomplete($search, User $user = null) {
› $get = DatabaseHelper::prepare('SELECT * FROM BRANCH WHERE BRAN_NAME LIKE ?', "%".$search."%");
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.878+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1272
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.878+00:00"
"message" => "Deprecated: Empire\Core\Unit::getUnitsForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1273
#message: "Deprecated: Empire\Core\Unit::getUnitsForAutocomplete(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Unit.php"
#line: 443
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Unit.php:443 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public static function getUnitsForAutocomplete($search, User $user = null) {
› if(!is_null($user)) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:268 {
Symfony\Component\Security\Http\Firewall\ContextListener->{closure:Symfony\Component\Security\Http\Firewall\ContextListener::safelyUnserialize():263} …
›
› return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;
› });
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
unserialize(string $data, array $options = []): mixed …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1263
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1260
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1258
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1248
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1250
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1253
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1255
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1233
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1282
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1229
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1265
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1268
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1270
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1238
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.879+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1241
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php"
#line: 272
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:272 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:116 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.880+00:00"
"message" => "Read existing security token from the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_main"
"token_class" => "Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken"
]
"channel" => "security"
]
[
"timestamp" => 1751921166
"timestamp_rfc3339" => "2025-07-07T20:46:06.959+00:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:5943, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1437
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:5943, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:5943 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
›
› $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity')], false));
›
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:1890 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:1881 {
ContainerEwjOfLk\App_KernelDevDebugContainer::{closure:ContainerEwjOfLk\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():1881} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/orm/src/EntityManager.php:196 {
Doctrine\ORM\EntityManager->getConnection() …
› {
› return $this->conn;
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:107 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
› $mid = $user->getMembID();
› $conn = $this->entityManager->getConnection();
› Core::setDB($conn);
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.016+00:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1336
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/home/empire/public_html/dev/application/vendor/doctrine/orm/src/EntityManager.php:177 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:1890 {
ContainerEwjOfLk\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/home/empire/public_html/dev/application/var/cache/dev/ContainerEwjOfLk/App_KernelDevDebugContainer.php:1881 {
ContainerEwjOfLk\App_KernelDevDebugContainer::{closure:ContainerEwjOfLk\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService():1881} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = new \ReflectionClass('Doctrine\ORM\EntityManager')->newLazyGhost(static function ($proxy) use ($container) { self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy); });
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/orm/src/EntityManager.php:196 {
Doctrine\ORM\EntityManager->getConnection() …
› {
› return $this->conn;
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:107 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
› $mid = $user->getMembID();
› $conn = $this->entityManager->getConnection();
› Core::setDB($conn);
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.018+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "empire_ihs"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "empire_ihs_symfony"
"serverVersion" => "5.7"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.034+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER WHERE MEMB_ID = ?"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.046+00:00"
"message" => "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:102 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1352
#message: "User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:102 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)"
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:102 {
Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
› if (! version_compare($version, '5.7.9', '>=')) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
› if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {
› return $this->wrappedDriver->createDatabasePlatformForVersion($version);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Connection.php:421 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
›
› return $this->_driver->createDatabasePlatformForVersion($version);
› }
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Connection.php:1935 {
Doctrine\DBAL\Connection->expandArrayParameters(string $sql, array $params, array $types): array …
› {
› $this->parser ??= $this->getDatabasePlatform()->createSQLParser();
› $visitor = new ExpandArrayParameters($params, $types);
}
/home/empire/public_html/dev/application/vendor/doctrine/dbal/src/Connection.php:1097 {
Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
› if ($this->needsArrayParameterConversion($params, $types)) {
› [$sql, $params, $types] = $this->expandArrayParameters($sql, $params, $types);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:38 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› try {
› $stmt = Core::db()->executeQuery(sprintf("SELECT * FROM %s WHERE %s IN (?)", $temp->getTable(), $temp->getPrimaryField()),
› [$ids],
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:337 {
Empire\Core\User->getClearance() …
›
› $this->clearance = Clearance::load(array($this->clearanceID));
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:56 {
Empire\Core\User->initialize() …
› $this->clearanceID = $this->CLEA_ID;
› $this->clearance = $this->getClearance();
› $this->statusID = $this->STAT_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:111 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
› $stmt = DatabaseHelper::prepare("SELECT * FROM MEMBER WHERE MEMB_ID = ?", $mid);
› $refUser = DatabaseHelper::fetchObject($stmt, \Empire\Core\User::class);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.047+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM CLEARANCE WHERE CLEA_ID IN (?)"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.055+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT MELO_STAMP FROM MEMBER_LOGIN WHERE MEMB_ID = ? ORDER BY MELO_STAMP DESC LIMIT 1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.064+00:00"
"message" => "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1483
#message: "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:111 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
› $stmt = DatabaseHelper::prepare("SELECT * FROM MEMBER WHERE MEMB_ID = ?", $mid);
› $refUser = DatabaseHelper::fetchObject($stmt, \Empire\Core\User::class);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.064+00:00"
"message" => "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1488
#message: "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:111 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
› $stmt = DatabaseHelper::prepare("SELECT * FROM MEMBER WHERE MEMB_ID = ?", $mid);
› $refUser = DatabaseHelper::fetchObject($stmt, \Empire\Core\User::class);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.064+00:00"
"message" => "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1490
#message: "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:111 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
› $stmt = DatabaseHelper::prepare("SELECT * FROM MEMBER WHERE MEMB_ID = ?", $mid);
› $refUser = DatabaseHelper::fetchObject($stmt, \Empire\Core\User::class);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.064+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT MELO_STAMP FROM MEMBER_LOGIN WHERE MEMB_ID = ? ORDER BY MELO_STAMP DESC LIMIT 1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.081+00:00"
"message" => "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1510
#message: "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:117 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $refUser->initialize();
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.081+00:00"
"message" => "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1491
#message: "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:117 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $refUser->initialize();
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.081+00:00"
"message" => "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1322
#message: "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:117 {
App\Security\UserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $refUser->initialize();
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:212 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/ContextListener.php:129 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.081+00:00"
"message" => "User was reloaded from a user provider."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"provider" => "App\Security\UserProvider"
"username" => "41"
]
"channel" => "security"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.082+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT MEMB_ID FROM COOKIE WHERE COOK_TOKEN = '7868ea4a49709df3f996ea04e877bbd53b2ee52c08f672e6bb75b58b90c8a827';"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.106+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER WHERE MEMB_ID = '41';"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.109+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT MELO_STAMP FROM MEMBER_LOGIN WHERE MEMB_ID = ? ORDER BY MELO_STAMP DESC LIMIT 1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.129+00:00"
"message" => "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1358
#message: "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/EmpireAuthenticator.php:118 {
App\Security\EmpireAuthenticator->authenticate(Request $request): Passport …
› $stmt = DatabaseHelper::prepare($usql);
› $user = DatabaseHelper::fetchObject($stmt, User::class);
› if (is_null($user)) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
› try {
› $this->passport = $this->authenticator->authenticate($request);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:185 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› // get the passport from the Authenticator
› $passport = $authenticator->authenticate($request);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.129+00:00"
"message" => "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1482
#message: "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/EmpireAuthenticator.php:118 {
App\Security\EmpireAuthenticator->authenticate(Request $request): Passport …
› $stmt = DatabaseHelper::prepare($usql);
› $user = DatabaseHelper::fetchObject($stmt, User::class);
› if (is_null($user)) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
› try {
› $this->passport = $this->authenticator->authenticate($request);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:185 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› // get the passport from the Authenticator
› $passport = $authenticator->authenticate($request);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.129+00:00"
"message" => "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1478
#message: "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/EmpireAuthenticator.php:118 {
App\Security\EmpireAuthenticator->authenticate(Request $request): Passport …
› $stmt = DatabaseHelper::prepare($usql);
› $user = DatabaseHelper::fetchObject($stmt, User::class);
› if (is_null($user)) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
› try {
› $this->passport = $this->authenticator->authenticate($request);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:185 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› // get the passport from the Authenticator
› $passport = $authenticator->authenticate($request);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.132+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "/* Username */ SELECT * FROM MEMBER WHERE MEMB_ID = ?"
"params" => [
1 => "41"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.133+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT MELO_STAMP FROM MEMBER_LOGIN WHERE MEMB_ID = ? ORDER BY MELO_STAMP DESC LIMIT 1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.146+00:00"
"message" => "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1469
#message: "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:45 {
App\Security\UserProvider->loadUserByUsername($username): UserInterface …
› $stmt = DatabaseHelper::prepare("/* Username */ SELECT * FROM MEMBER WHERE MEMB_ID = ?", $username);
› $user = DatabaseHelper::fetchObject($stmt, \Empire\Core\User::class);
›
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:58 {
App\Security\UserProvider->loadUserByIdentifier($username): UserInterface …
› {
› return $this->loadUserByUsername($username);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:101 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
› if (null === $this->getAttributes()) {
› $user = ($this->userLoader)($this->getUserIdentifier());
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
›
› $this->user = $this->getBadge(UserBadge::class)->getUser();
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/EventListener/UserCheckerListener.php:40 {
Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
›
› $this->userChecker->checkPreAuth($passport->getUser());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› $event = new CheckPassportEvent($authenticator, $passport);
› $this->eventDispatcher->dispatch($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.146+00:00"
"message" => "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1167
#message: "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:45 {
App\Security\UserProvider->loadUserByUsername($username): UserInterface …
› $stmt = DatabaseHelper::prepare("/* Username */ SELECT * FROM MEMBER WHERE MEMB_ID = ?", $username);
› $user = DatabaseHelper::fetchObject($stmt, \Empire\Core\User::class);
›
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:58 {
App\Security\UserProvider->loadUserByIdentifier($username): UserInterface …
› {
› return $this->loadUserByUsername($username);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:101 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
› if (null === $this->getAttributes()) {
› $user = ($this->userLoader)($this->getUserIdentifier());
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
›
› $this->user = $this->getBadge(UserBadge::class)->getUser();
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/EventListener/UserCheckerListener.php:40 {
Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
›
› $this->userChecker->checkPreAuth($passport->getUser());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› $event = new CheckPassportEvent($authenticator, $passport);
› $this->eventDispatcher->dispatch($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.146+00:00"
"message" => "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1206
#message: "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:220 {
Empire\Core\DatabaseHelper::fetchObject(Result $result, string $class = 'stdClass'): ?object …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:45 {
App\Security\UserProvider->loadUserByUsername($username): UserInterface …
› $stmt = DatabaseHelper::prepare("/* Username */ SELECT * FROM MEMBER WHERE MEMB_ID = ?", $username);
› $user = DatabaseHelper::fetchObject($stmt, \Empire\Core\User::class);
›
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:58 {
App\Security\UserProvider->loadUserByIdentifier($username): UserInterface …
› {
› return $this->loadUserByUsername($username);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:101 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
› if (null === $this->getAttributes()) {
› $user = ($this->userLoader)($this->getUserIdentifier());
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
›
› $this->user = $this->getBadge(UserBadge::class)->getUser();
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/EventListener/UserCheckerListener.php:40 {
Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
›
› $this->userChecker->checkPreAuth($passport->getUser());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› $event = new CheckPassportEvent($authenticator, $passport);
› $this->eventDispatcher->dispatch($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.147+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT MELO_STAMP FROM MEMBER_LOGIN WHERE MEMB_ID = ? ORDER BY MELO_STAMP DESC LIMIT 1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1214
#message: "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:50 {
App\Security\UserProvider->loadUserByUsername($username): UserInterface …
› } else {
› $user->initialize();
› Core::setUser($user);
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:58 {
App\Security\UserProvider->loadUserByIdentifier($username): UserInterface …
› {
› return $this->loadUserByUsername($username);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:101 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
› if (null === $this->getAttributes()) {
› $user = ($this->userLoader)($this->getUserIdentifier());
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
›
› $this->user = $this->getBadge(UserBadge::class)->getUser();
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/EventListener/UserCheckerListener.php:40 {
Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
›
› $this->userChecker->checkPreAuth($passport->getUser());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› $event = new CheckPassportEvent($authenticator, $passport);
› $this->eventDispatcher->dispatch($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1205
#message: "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:50 {
App\Security\UserProvider->loadUserByUsername($username): UserInterface …
› } else {
› $user->initialize();
› Core::setUser($user);
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:58 {
App\Security\UserProvider->loadUserByIdentifier($username): UserInterface …
› {
› return $this->loadUserByUsername($username);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:101 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
› if (null === $this->getAttributes()) {
› $user = ($this->userLoader)($this->getUserIdentifier());
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
›
› $this->user = $this->getBadge(UserBadge::class)->getUser();
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/EventListener/UserCheckerListener.php:40 {
Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
›
› $this->userChecker->checkPreAuth($passport->getUser());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› $event = new CheckPassportEvent($authenticator, $passport);
› $this->eventDispatcher->dispatch($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1164
#message: "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:50 {
App\Security\UserProvider->loadUserByUsername($username): UserInterface …
› } else {
› $user->initialize();
› Core::setUser($user);
}
/home/empire/public_html/dev/application/src/Security/UserProvider.php:58 {
App\Security\UserProvider->loadUserByIdentifier($username): UserInterface …
› {
› return $this->loadUserByUsername($username);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:101 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
› if (null === $this->getAttributes()) {
› $user = ($this->userLoader)($this->getUserIdentifier());
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
›
› $this->user = $this->getBadge(UserBadge::class)->getUser();
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/EventListener/UserCheckerListener.php:40 {
Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
›
› $this->userChecker->checkPreAuth($passport->getUser());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:189 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› $event = new CheckPassportEvent($authenticator, $passport);
› $this->eventDispatcher->dispatch($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "League\Bundle\OAuth2ServerBundle\Security\EventListener\CheckScopeListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.196+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.197+00:00"
"message" => "User Deprecated: Since symfony/security-http 7.3: Implementing "Empire\Core\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1162
#message: "User Deprecated: Since symfony/security-http 7.3: Implementing "Empire\Core\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method."
#code: 0
#file: "/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
#line: 321
#severity: E_USER_DEPRECATED
trace: {
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null …
› if ($deprecatedImplementations[$token::class]) {
› trigger_deprecation('symfony/security-http', '7.3', 'Implementing "%s::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method.', get_debug_type($token));
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:310 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null …
› if ($genericImplementations[$token::class]) {
› return self::checkEraseCredentials($token->getUser());
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:213 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› if ($this->eraseCredentials) {
› self::checkEraseCredentials($authenticatedToken)?->eraseCredentials();
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:167 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:149 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› {
› $this->authenticationManagerListener->authenticate($event);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event): void …
› foreach ($listeners as $listener) {
› $listener($event);
›
}
/home/empire/public_html/dev/application/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
›
› $listener($event);
› } else {
}
/home/empire/public_html/dev/application/vendor/symfony/security-http/Firewall.php:92 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.197+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "security.authentication.success"
"listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.197+00:00"
"message" => "Authenticator successful!"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"token" => Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#1221
-user: Empire\Core\User {#1465 …}
-roleNames: [
"ROLE_USER"
]
-attributes: []
-firewallName: "main"
}
"authenticator" => "App\Security\EmpireAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.198+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\SessionStrategyListener::onSuccessfulLogin"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.198+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
"listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess"
]
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.198+00:00"
"message" => "Authenticator set no success response: request continues."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"authenticator" => "App\Security\EmpireAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "SymfonyBundles\JsonRequestBundle\EventListener\RequestTransformerListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.199+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.201+00:00"
"message" => "irms_token: 7868ea4a49709df3f996ea04e877bbd53b2ee52c08f672e6bb75b58b90c8a827:b031d9f82da663c3ae8447a38862c074"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.201+00:00"
"message" => "member_id: "
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.202+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE SEPA_PAGE = ?"
"params" => [
1 => "irms/profile"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.203+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.204+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.205+00:00"
"message" => "Deprecated: Empire\Access\Access::keyPositions(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1446
#message: "Deprecated: Empire\Access\Access::keyPositions(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php"
#line: 112
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:112 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public static function keyPositions($keys, User $user = null) {
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
Empire\Core\Page->grantsAccess(User $user) …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.205+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION MP LEFT JOIN POSITION P ON MP.POSI_ID = P.POSI_ID WHERE MEMB_ID = ?"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.205+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH WHERE BRAN_ID IN (?)"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.206+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1413
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:49 {
Empire\Core\Position->initialize() …
› $this->branchID = $this->BRAN_ID;
› $this->branch = Branch::load([$this->BRAN_ID]);
› $this->unitID = $this->UNIT_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:904 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› }
› $positions = DatabaseHelper::fetchArrayOfObjects($stmt, Position::class);
› if(is_null($unitID)) $this->positions = $positions;
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.206+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 25
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.206+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH WHERE BRAN_ID IN (?)"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.206+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1447
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:49 {
Empire\Core\Position->initialize() …
› $this->branchID = $this->BRAN_ID;
› $this->branch = Branch::load([$this->BRAN_ID]);
› $this->unitID = $this->UNIT_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:904 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› }
› $positions = DatabaseHelper::fetchArrayOfObjects($stmt, Position::class);
› if(is_null($unitID)) $this->positions = $positions;
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.206+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 30
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.207+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH WHERE BRAN_ID IN (?)"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.207+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1389
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:49 {
Empire\Core\Position->initialize() …
› $this->branchID = $this->BRAN_ID;
› $this->branch = Branch::load([$this->BRAN_ID]);
› $this->unitID = $this->UNIT_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:904 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› }
› $positions = DatabaseHelper::fetchArrayOfObjects($stmt, Position::class);
› if(is_null($unitID)) $this->positions = $positions;
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.207+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 41
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.208+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 24
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.210+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH WHERE BRAN_ID IN (?)"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.210+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1330
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:49 {
Empire\Core\Position->initialize() …
› $this->branchID = $this->BRAN_ID;
› $this->branch = Branch::load([$this->BRAN_ID]);
› $this->unitID = $this->UNIT_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:904 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› }
› $positions = DatabaseHelper::fetchArrayOfObjects($stmt, Position::class);
› if(is_null($unitID)) $this->positions = $positions;
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.210+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.221+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 43
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.221+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH WHERE BRAN_ID IN (?)"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.221+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1448
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:49 {
Empire\Core\Position->initialize() …
› $this->branchID = $this->BRAN_ID;
› $this->branch = Branch::load([$this->BRAN_ID]);
› $this->unitID = $this->UNIT_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:904 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› }
› $positions = DatabaseHelper::fetchArrayOfObjects($stmt, Position::class);
› if(is_null($unitID)) $this->positions = $positions;
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.222+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 47
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.222+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH WHERE BRAN_ID IN (?)"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.222+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1326
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:49 {
Empire\Core\Position->initialize() …
› $this->branchID = $this->BRAN_ID;
› $this->branch = Branch::load([$this->BRAN_ID]);
› $this->unitID = $this->UNIT_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:904 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› }
› $positions = DatabaseHelper::fetchArrayOfObjects($stmt, Position::class);
› if(is_null($unitID)) $this->positions = $positions;
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.222+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT WHERE UNIT_ID IN (?)"
"params" => [
1 => 26
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.222+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 42
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.223+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1527
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.223+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 48
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.229+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1530
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.229+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 59
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.229+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1534
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.229+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 40
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.230+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1538
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.230+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 41
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.230+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1542
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.230+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 60
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.230+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1546
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.230+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 24
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.230+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1550
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.231+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 63
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.237+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1554
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.237+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 65
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.237+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1558
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.237+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_POSITION WHERE POSI_ID=? AND MEMB_ID=?"
"params" => [
1 => 43
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.238+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1562
#message: "Deprecated: Creation of dynamic property Empire\Core\Position::$MEMB_ID is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php"
#line: 137
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Position.php:137 {
Empire\Core\Position->loadMemberData($intUserID, $refresh = false) …
› if ($row) {
› $this->MEMB_ID = $row['MEMB_ID'];
› $this->MEPO_ID = $row['MEPO_ID'];
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:914 {
Empire\Core\User->getPositions(?int $unitID = null, ?User $viewer = null): array …
› foreach($positions as $position) {
› $position->loadMemberData($this->id);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:76 {
Empire\Access\Access::userKeys(User $user) …
› if(isset(self::$userKeys[$user->id])) return self::$userKeys[$user->id];
› $positions = $user->getPositions();
› $ids = [];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:27 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› if(!is_array($keys) || count($keys) == 2 && is_numeric($keys[1])) $keys = [$keys];
› $userKeys = self::userKeys($user);
› $hasKey = function($key) use ($user, $userKeys) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.238+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT ACCESS.ACKY_ID AS ACKY_ID, ACKY_DESC, ACKY_KEY, ACCS_VALUE, ACKY_CATEGORY, ACKY_MAXVAL, POSI_ID FROM ACCESS \n
LEFT JOIN ACCESS_KEY ON ACCESS.ACKY_ID = ACCESS_KEY.ACKY_ID \n
WHERE POSI_ID IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
"""
"params" => [
1 => 40
2 => 43
3 => 41
4 => 60
5 => 24
6 => 42
7 => 65
8 => 63
9 => 48
10 => 59
]
"types" => [
1 => 1
2 => 1
3 => 1
4 => 1
5 => 1
6 => 1
7 => 1
8 => 1
9 => 1
10 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.239+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM STATUS WHERE STAT_ID IN (?)"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.239+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Status::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1318
#message: "Deprecated: Creation of dynamic property Empire\Core\Status::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Status.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Status.php:22 {
Empire\Core\Status->initialize() …
› $this->name = $this->STAT_NAME;
› $this->typeName = "Status";
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:378 {
Empire\Core\User->getStatus(): Status …
›
› $this->status = Status::load(array($this->statusID));
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:582 {
Empire\Core\User->isActive(): bool …
› {
› return Status::active($this->getStatus()->getID());
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:242 {
Empire\Access\Access::checkPseudoKeys(User $user, $key, $value = 1) …
› self::SPECIAL_KEY_ALWAYS => true,
› self::SPECIAL_KEY_ACTIVE => $user->isActive(),
› ];
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:30 {
Empire\Access\Access::{closure:Empire\Access\Access::hasAccess():28} …
› list($key, $val) = self::keyValuePair($key);
› if(self::checkPseudoKeys($user, $key, $val)) return true;
› foreach($userKeys as $ukey) {
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:40 {
Empire\Access\Access::hasAccess(User $user, $keys, $allowDevOverride = true) …
› foreach($keys as $key) {
› if(!$hasKey($key)) $truth = false;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Access/Access.php:218 {
Empire\Access\Access::evaluatePageKeys(User $user, $keys) …
› if(!is_array($keys)) {
› return Access::hasAccess($user, $keys);
› } else {
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Page.php:135 {
Empire\Core\Page->grantsAccess(User $user) …
› public function grantsAccess(User $user) {
› return Access::evaluatePageKeys($user, $this->arrKeys);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Core.php:110 {
Empire\Core\Core::loginCheck() …
› $page = Page::getByUrl(self::get('fullPage'));
› if( ((null === $page || $page === false) && self::user()->hasAccess('dev')) || ($page !== false && $page !== null && !$page->grantsAccess(self::user()))) {
› self::session()->getFlashbag()->add('error', 'You do not have access to <code>' . self::get('fullPage') . "</code>!" );
}
/home/empire/public_html/dev/application/src/EventSubscriber/CoreEventsSubscriber.php:152 {
App\EventSubscriber\CoreEventsSubscriber->loginCheck(ControllerEvent $event) …
› if($controller instanceof SecurePageInterface) {
› $resp = Core::loginCheck();
› if($resp instanceof Response) {
}
/home/empire/public_html/dev/application/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 {
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/empire/public_html/dev/application/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);
› }
}
/home/empire/public_html/dev/application/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.240+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\CoreEventsSubscriber::loginSetup"
]
"channel" => "event"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.240+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\CoreEventsSubscriber::pathInfo"
]
"channel" => "event"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.240+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.240+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\CoreEventsSubscriber::loginCheck"
]
"channel" => "event"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.240+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.242+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.242+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.242+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" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.242+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.243+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM UNIT"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.243+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1723
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1725
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1727
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1729
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1731
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1733
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1735
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1737
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1739
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1741
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1744
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1747
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1754
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1755
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.252+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1757
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:55 {
Empire\Core\Branch::loadAll() …
› /** @var Branch[] $branches */
› $branches = DatabaseHelper::fetchArrayOfObjects($result, Branch::class);
› $return = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:54 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'edit' => $canEdit,
› 'branches' => $canEdit ? Branch::loadAll() : null,
› 'clearanceEdit' => Core::user()->hasAccess('clearance'),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.256+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM FORWARD_RELATION"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.668+00:00"
"message" => "Deprecated: Empire\Core\Speciality::displayGEjs(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1718
#message: "Deprecated: Empire\Core\Speciality::displayGEjs(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 90
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:90 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function displayGEjs(User $user = null) {
› $return = "";
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.668+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.672+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2015
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.672+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 12
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.673+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2035
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.673+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 13
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.674+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2007
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.674+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 11
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.675+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1992
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.675+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 15
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.676+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1959
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.677+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 10
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.677+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1926
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.678+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 14
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.678+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1893
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.679+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 6
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.679+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1767
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.680+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 7
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.680+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1789
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.681+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 9
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.681+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1822
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.682+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 8
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.682+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1858
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.683+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 5
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.683+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2067
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.684+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 22
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.684+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2100
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.685+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 20
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.685+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2133
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.686+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 16
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.686+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2166
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.687+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 18
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.688+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2199
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.688+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 24
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.688+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2232
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.689+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 23
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.689+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2265
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.690+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 21
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.690+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2298
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.691+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 17
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.691+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2331
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.692+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 19
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.694+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2364
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.695+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 25
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.695+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2397
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.696+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 27
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.697+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2430
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.697+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 26
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.702+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2463
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.702+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 29
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.703+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2496
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.703+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 28
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.704+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2529
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.704+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 4
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.714+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2562
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.714+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 2
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.718+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2595
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.718+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 3
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.719+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2628
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:30 {
Empire\Core\Speciality::loadAll() …
› $get = DatabaseHelper::prepare("SELECT * FROM SPECIALITY ORDER BY BRAN_ID ASC, SPEC_NAME ASC");
› return DatabaseHelper::fetchArrayOfObjects($get, Speciality::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:59 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'notePermissions' => Note::getNoteAccess(Core::user()),
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.719+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 1
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.720+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?"
"params" => [
1 => 1
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.725+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2748
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 84
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:84 {
Empire\Core\Qualification->initialize() …
› $this->type = cint_TYPE_QUALIFICATION;
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.725+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2019
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 85
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:85 {
Empire\Core\Qualification->initialize() …
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.725+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.726+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2729
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:86 {
Empire\Core\Qualification->initialize() …
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.726+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 10
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.730+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.730+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2740
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:87 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.730+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 11
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.731+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2773
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 88
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:88 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.731+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2781
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 84
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:84 {
Empire\Core\Qualification->initialize() …
› $this->type = cint_TYPE_QUALIFICATION;
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.731+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2742
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 85
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:85 {
Empire\Core\Qualification->initialize() …
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.731+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.732+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2750
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:86 {
Empire\Core\Qualification->initialize() …
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.732+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 14
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.733+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.733+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2819
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:87 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.733+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 15
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.734+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2849
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 88
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:88 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.734+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2857
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 84
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:84 {
Empire\Core\Qualification->initialize() …
› $this->type = cint_TYPE_QUALIFICATION;
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.734+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2821
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 85
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:85 {
Empire\Core\Qualification->initialize() …
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.734+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.734+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2734
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:86 {
Empire\Core\Qualification->initialize() …
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.734+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 12
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.735+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.735+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2895
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:87 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.735+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 13
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.736+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2925
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 88
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:88 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.736+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2933
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 84
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:84 {
Empire\Core\Qualification->initialize() …
› $this->type = cint_TYPE_QUALIFICATION;
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.737+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2897
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 85
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:85 {
Empire\Core\Qualification->initialize() …
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.737+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.745+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2813
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:86 {
Empire\Core\Qualification->initialize() …
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.745+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 6
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.748+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.749+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2971
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:87 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.749+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 7
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH WHERE BRAN_ID IN (?)"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.750+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3007
#message: "Deprecated: Creation of dynamic property Empire\Core\Branch::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php"
#line: 25
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Branch.php:25 {
Empire\Core\Branch->initialize() …
› $this->id = $this->BRAN_ID;
› $this->typeName = 'Branch';
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:88 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.750+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3037
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 88
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:88 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.750+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2973
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 84
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:84 {
Empire\Core\Qualification->initialize() …
› $this->type = cint_TYPE_QUALIFICATION;
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.750+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3009
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$qualType is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 85
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:85 {
Empire\Core\Qualification->initialize() …
› $this->typeName = "Qualification";
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.750+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3041
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:86 {
Empire\Core\Qualification->initialize() …
› $this->qualType = $this->QUAL_TYPE;
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.751+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 8
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.755+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SPECIALITY WHERE SPEC_ID IN (?)"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.756+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3052
#message: "Deprecated: Creation of dynamic property Empire\Core\Speciality::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php"
#line: 39
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Speciality.php:39 {
Empire\Core\Speciality->initialize() …
› $this->type = cint_TYPE_SPECIALITY;
› $this->typeName = "Speciality";
› $this->name = $this->SPEC_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:87 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID)) $this->silverSpec = Speciality::load(array($this->SPEC_ID));
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.756+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SKILLS SK LEFT JOIN SKILL_CATEGORY SC ON SK.SKCA_ID=SC.SKCA_ID LEFT JOIN SPECIALITY_SKILLS SS on SK.SKIL_ID = SS.SKIL_ID AND SPEC_ID = ? ORDER BY SKCA_ORDER, SKIL_ORDER"
"params" => [
1 => 9
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.757+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3082
#message: "Deprecated: Creation of dynamic property Empire\Core\Qualification::$branch is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php"
#line: 88
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:88 {
Empire\Core\Qualification->initialize() …
› if(!is_null($this->SPEC_ID2)) $this->goldSpec = Speciality::load(array($this->SPEC_ID2));
› if(!is_null($this->BRAN_ID)) $this->branch = Branch::load(array($this->BRAN_ID));
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Qualification.php:59 {
Empire\Core\Qualification::loadAll() …
› $query = DatabaseHelper::prepare("SELECT * FROM QUALIFICATION WHERE QUAL_TYPE = ?", self::QUAL_TYPE_BADGE);
› return DatabaseHelper::fetchArrayOfObjects($query, Qualification::class);
› }
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:60 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'specs' => Speciality::loadAll(),
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.757+00:00"
"message" => "Deprecated: Empire\Core\BranchServiceHistory::addEntry(): Optional parameter $endDate declared before required parameter $addedBy is implicitly treated as a required parameter"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2726
#message: "Deprecated: Empire\Core\BranchServiceHistory::addEntry(): Optional parameter $endDate declared before required parameter $addedBy is implicitly treated as a required parameter"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php"
#line: 60
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:60 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public static function addEntry($memberID, $branchID, $rankID, $startDate, $endDate = null, $reason = null, $addedBy) {
› Core::db()->insert('BRANCH_SERVICE_HISTORY', [
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.757+00:00"
"message" => "Deprecated: Empire\Core\BranchServiceHistory::addEntry(): Optional parameter $reason declared before required parameter $addedBy is implicitly treated as a required parameter"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2697
#message: "Deprecated: Empire\Core\BranchServiceHistory::addEntry(): Optional parameter $reason declared before required parameter $addedBy is implicitly treated as a required parameter"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php"
#line: 60
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:60 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public static function addEntry($memberID, $branchID, $rankID, $startDate, $endDate = null, $reason = null, $addedBy) {
› Core::db()->insert('BRANCH_SERVICE_HISTORY', [
}
/home/empire/public_html/dev/application/vendor/symfony/error-handler/DebugClassLoader.php:306 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› return;
› } elseif (false === include $file) {
› return;
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.757+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM BRANCH_SERVICE_HISTORY WHERE MEMB_ID = ? ORDER BY BRSE_START_DATE DESC"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.758+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3088
#message: "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php"
#line: 27
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:27 {
Empire\Core\BranchServiceHistory->initialize() …
› $this->id = $this->BRSE_ID;
› $this->typeName = 'Branch Service History';
› $this->memberID = $this->MEMB_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:91 {
Empire\Core\BranchServiceHistory::getMemberHistory($memberID) …
›
› return DatabaseHelper::fetchArrayOfObjects($stmt, self::class);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:141 {
Empire\Core\BranchServiceHistory::getServiceSummaries($memberID) …
›
› $history = self::getMemberHistory($memberID);
› $summaries = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:61 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
› ]);
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.758+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3090
#message: "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php"
#line: 27
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:27 {
Empire\Core\BranchServiceHistory->initialize() …
› $this->id = $this->BRSE_ID;
› $this->typeName = 'Branch Service History';
› $this->memberID = $this->MEMB_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:91 {
Empire\Core\BranchServiceHistory::getMemberHistory($memberID) …
›
› return DatabaseHelper::fetchArrayOfObjects($stmt, self::class);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:141 {
Empire\Core\BranchServiceHistory::getServiceSummaries($memberID) …
›
› $history = self::getMemberHistory($memberID);
› $summaries = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:61 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
› ]);
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.758+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3120
#message: "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php"
#line: 27
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:27 {
Empire\Core\BranchServiceHistory->initialize() …
› $this->id = $this->BRSE_ID;
› $this->typeName = 'Branch Service History';
› $this->memberID = $this->MEMB_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:91 {
Empire\Core\BranchServiceHistory::getMemberHistory($memberID) …
›
› return DatabaseHelper::fetchArrayOfObjects($stmt, self::class);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:141 {
Empire\Core\BranchServiceHistory::getServiceSummaries($memberID) …
›
› $history = self::getMemberHistory($memberID);
› $summaries = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:61 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
› ]);
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921167
"timestamp_rfc3339" => "2025-07-07T20:46:07.758+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3122
#message: "Deprecated: Creation of dynamic property Empire\Core\BranchServiceHistory::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php"
#line: 27
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:27 {
Empire\Core\BranchServiceHistory->initialize() …
› $this->id = $this->BRSE_ID;
› $this->typeName = 'Branch Service History';
› $this->memberID = $this->MEMB_ID;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:91 {
Empire\Core\BranchServiceHistory::getMemberHistory($memberID) …
›
› return DatabaseHelper::fetchArrayOfObjects($stmt, self::class);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/BranchServiceHistory.php:141 {
Empire\Core\BranchServiceHistory::getServiceSummaries($memberID) …
›
› $history = self::getMemberHistory($memberID);
› $summaries = [];
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:61 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› 'quals' => Qualification::loadAll(),
› 'branchServiceSummaries' => BranchServiceHistory::getServiceSummaries($targetUser->getID())
› ]);
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.007+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT COUNT(*) as count FROM `NOTIFICATION` WHERE `NOTI_TARGET` = ? AND `NOTI_UNREAD` = ?"
"params" => [
1 => 41
2 => 1
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.008+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_SECURE = ? ORDER BY PACA_ORDER ASC"
"params" => [
1 => 1
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.008+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 9
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.008+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 9
2 => 12
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.009+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 10
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.009+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.009+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 10
2 => 26
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.010+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 26
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.010+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 12
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.010+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.011+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 12
2 => 28
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.011+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 28
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.011+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 13
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.011+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.012+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 13
2 => 29
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.012+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 29
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.012+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 17
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.013+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 17
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.013+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 17
2 => 66
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.013+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 66
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.013+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 20
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.014+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 20
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.014+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 20
2 => 69
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.014+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 69
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.015+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 18
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.015+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 18
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.015+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 18
2 => 67
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.015+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 67
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.016+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 14
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.016+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.016+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 14
2 => 30
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.016+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 30
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.017+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 16
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.017+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.017+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 16
2 => 32
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.018+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 32
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.018+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE PACA_ID = ? ORDER BY SCAT_ORDER"
"params" => [
1 => 19
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.018+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_CATEGORY WHERE PACA_ID IN (?)"
"params" => [
1 => 19
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.018+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM SECUREPAGE WHERE PACA_ID = ? AND SCAT_ID = ? ORDER BY SEPA_ORDER ASC"
"params" => [
1 => 19
2 => 68
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.019+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM PAGE_SUBCATEGORY WHERE SCAT_ID IN (?)"
"params" => [
1 => 68
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.020+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE MEMB_ID = ? AND RAME_PRIMARY=1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.021+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK WHERE RANK_ID IN (?)"
"params" => [
1 => 153
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.022+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Rank::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5964
#message: "Deprecated: Creation of dynamic property Empire\Core\Rank::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php"
#line: 49
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php:49 {
Empire\Core\Rank->initialize() …
› $this->type = cint_TYPE_RANK;
› $this->typeName = 'Rank';
› $this->name = $this->RANK_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:788 {
Empire\Core\User->getPrimaryRank() …
›
› $rank = Rank::load(array($obj->RANK_ID));
› $rank->loadMemberData($this->id);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:1919 {
Empire\Core\User->getBranch(): Branch …
› {
› return $this->getPrimaryRank()->getBranch();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:2096 {
Empire\Core\User->isMilitary() …
› public function isMilitary() {
› return $this->getBranch()->isMilitary();
› }
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/templates/irms/profile.twig:24 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› <div class="portalSecondaryHead">{{ member.name }}</div>
› {% if member.isMilitary() %}
› <div style="text-align:center;font-size:small;margin-bottom:5px;">{{ member.getMilitaryID() }}</div>
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.022+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Rank::$uniform is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6508
#message: "Deprecated: Creation of dynamic property Empire\Core\Rank::$uniform is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php"
#line: 55
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php:55 {
Empire\Core\Rank->initialize() …
› $this->public = $this->RANK_PUBLIC;
› $this->uniform = $this->RANK_UNIFORM;
› if(is_null($this->RANK_PAY)){
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:788 {
Empire\Core\User->getPrimaryRank() …
›
› $rank = Rank::load(array($obj->RANK_ID));
› $rank->loadMemberData($this->id);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:1919 {
Empire\Core\User->getBranch(): Branch …
› {
› return $this->getPrimaryRank()->getBranch();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:2096 {
Empire\Core\User->isMilitary() …
› public function isMilitary() {
› return $this->getBranch()->isMilitary();
› }
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/templates/irms/profile.twig:24 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› <div class="portalSecondaryHead">{{ member.name }}</div>
› {% if member.isMilitary() %}
› <div style="text-align:center;font-size:small;margin-bottom:5px;">{{ member.getMilitaryID() }}</div>
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.022+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE RANK_ID=? AND MEMB_ID=?"
"params" => [
1 => 153
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.022+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE MEMB_ID = ? AND RAME_PRIMARY=1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.022+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE RANK_ID=? AND MEMB_ID=?"
"params" => [
1 => 153
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.023+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE MEMB_ID = ? AND RAME_PRIMARY=1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.023+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE RANK_ID=? AND MEMB_ID=?"
"params" => [
1 => 153
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.023+00:00"
"message" => "Deprecated: Implicit conversion from float 9859183.033333333 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6158
#message: "Deprecated: Implicit conversion from float 9859183.033333333 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src/TwigExtensions/TwigExtension.php:39 {
App\TwigExtensions\TwigExtension->{closure:App\TwigExtensions\TwigExtension::getFilters():38} …
› new TwigFilter('cgt_*', function($type, $time) {
› return cgt::evaluateString($time)->$type;
› })
}
/home/empire/public_html/dev/application/templates/irms/profile.twig:121 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› data-realvalue="{{ member.joinDate|date('M j, Y') }}">
› {{ member.joinDate|cgt_cgtDateStringShort }}
› </span>
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.023+00:00"
"message" => "Deprecated: Implicit conversion from float 164319.7172222222 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6069
#message: "Deprecated: Implicit conversion from float 164319.7172222222 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src/TwigExtensions/TwigExtension.php:39 {
App\TwigExtensions\TwigExtension->{closure:App\TwigExtensions\TwigExtension::getFilters():38} …
› new TwigFilter('cgt_*', function($type, $time) {
› return cgt::evaluateString($time)->$type;
› })
}
/home/empire/public_html/dev/application/templates/irms/profile.twig:121 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› data-realvalue="{{ member.joinDate|date('M j, Y') }}">
› {{ member.joinDate|cgt_cgtDateStringShort }}
› </span>
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.023+00:00"
"message" => "Deprecated: Implicit conversion from float 6846.654884259259 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6439
#message: "Deprecated: Implicit conversion from float 6846.654884259259 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src/TwigExtensions/TwigExtension.php:39 {
App\TwigExtensions\TwigExtension->{closure:App\TwigExtensions\TwigExtension::getFilters():38} …
› new TwigFilter('cgt_*', function($type, $time) {
› return cgt::evaluateString($time)->$type;
› })
}
/home/empire/public_html/dev/application/templates/irms/profile.twig:121 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› data-realvalue="{{ member.joinDate|date('M j, Y') }}">
› {{ member.joinDate|cgt_cgtDateStringShort }}
› </span>
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.024+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM STATUS_CHANGE WHERE MEMB_ID=?"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.024+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RACE WHERE RACE_ID IN (?)"
"params" => [
1 => 33
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.025+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM STATUS_CHANGE WHERE MEMB_ID=?"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.025+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_LEAVE WHERE MEMB_ID=? AND MELE_STATUS<2"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.025+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM LEAVE_GRANTS WHERE MEMB_ID=?"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.026+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM IMM_ATTENDANCE WHERE MEMB_ID = ?"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.027+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT *, COUNT(*) AS COUNT FROM MEMBER_AWARD MA LEFT JOIN AWARD AW ON MA.AWAR_ID=AW.AWAR_ID WHERE MEMB_ID=? GROUP BY AW.AWAR_HIERARCHY ORDER BY AW.AWAR_HIERARCHY"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.029+00:00"
"message" => "Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6516
#message: "Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php"
#line: 77
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php:77 {
Empire\Core\Award->initialize() …
› $this->maxCount = isset($this->AWAR_MAX_COUNT) ? $this->AWAR_MAX_COUNT : 1;
› $this->authority = json_decode($this->AWAR_AUTHORITY, true);
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:1137 {
Empire\Core\User->getAwards(bool $refresh = false): array …
› $result = DatabaseHelper::prepare("SELECT *, COUNT(*) AS COUNT FROM MEMBER_AWARD MA LEFT JOIN AWARD AW ON MA.AWAR_ID=AW.AWAR_ID WHERE MEMB_ID=? GROUP BY AW.AWAR_HIERARCHY ORDER BY AW.AWAR_HIERARCHY", $this->id);
› $this->awards = DatabaseHelper::fetchArrayOfObjects($result, Award::class);
› return $this->awards;
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:598 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::reverse($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 222, $this->source); })()), "getAwards", [], "any", false, false, false, 222)));
› foreach ($context['_seq'] as $context["_key"] => $context["award"]) {
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.029+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER_AWARD WHERE AWAR_ID=? AND MEMB_ID=?"
"params" => [
1 => 123
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.030+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM MEMBER WHERE MEMB_ID IN (?)"
"params" => [
1 => 41
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.030+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT MELO_STAMP FROM MEMBER_LOGIN WHERE MEMB_ID = ? ORDER BY MELO_STAMP DESC LIMIT 1"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.040+00:00"
"message" => "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6515
#message: "Deprecated: Implicit conversion from float 13987144.9 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php:117 {
Empire\Core\Award->loadMemberData($intUserID) …
› $this->memberAwardID[] = $item->MEAW_ID;
› $this->awardedBy[] = User::load([$item->MEAW_AWARDBY_ID]);
› $this->stamp[] = cgt::evaluateString($item->MEAW_STAMP);
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:602 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["award"], "loadMemberData", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 223, $this->source); })()), "getID", [], "any", false, false, false, 223)], "method", false, false, false, 223), "displayGEjs", [], "any", false, false, false, 223);
› yield "
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.040+00:00"
"message" => "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6061
#message: "Deprecated: Implicit conversion from float 233119.08166666667 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php:117 {
Empire\Core\Award->loadMemberData($intUserID) …
› $this->memberAwardID[] = $item->MEAW_ID;
› $this->awardedBy[] = User::load([$item->MEAW_AWARDBY_ID]);
› $this->stamp[] = cgt::evaluateString($item->MEAW_STAMP);
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:602 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["award"], "loadMemberData", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 223, $this->source); })()), "getID", [], "any", false, false, false, 223)], "method", false, false, false, 223), "displayGEjs", [], "any", false, false, false, 223);
› yield "
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.040+00:00"
"message" => "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6054
#message: "Deprecated: Implicit conversion from float 9713.295069444444 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:478 {
Empire\Core\User->getLastLogin(): ?stdClass …
› $result = $stmt->fetchOne();
› return $result ? cgt::evaluateString($result) : null;
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:58 {
Empire\Core\User->initialize() …
› $this->statusID = $this->STAT_ID;
› $this->lastLogin = $this->getLastLogin();
› $this->snowflake = $this->MEMB_SNOWFLAKE;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php:117 {
Empire\Core\Award->loadMemberData($intUserID) …
› $this->memberAwardID[] = $item->MEAW_ID;
› $this->awardedBy[] = User::load([$item->MEAW_AWARDBY_ID]);
› $this->stamp[] = cgt::evaluateString($item->MEAW_STAMP);
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:602 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["award"], "loadMemberData", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 223, $this->source); })()), "getID", [], "any", false, false, false, 223)], "method", false, false, false, 223), "displayGEjs", [], "any", false, false, false, 223);
› yield "
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.040+00:00"
"message" => "Deprecated: Implicit conversion from float 11371017.683333334 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6092
#message: "Deprecated: Implicit conversion from float 11371017.683333334 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 20
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:20 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->secs = ($time) % 60;
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php:118 {
Empire\Core\Award->loadMemberData($intUserID) …
› $this->awardedBy[] = User::load([$item->MEAW_AWARDBY_ID]);
› $this->stamp[] = cgt::evaluateString($item->MEAW_STAMP);
› $this->reason[] = $item->MEAW_REASON;
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:602 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["award"], "loadMemberData", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 223, $this->source); })()), "getID", [], "any", false, false, false, 223)], "method", false, false, false, 223), "displayGEjs", [], "any", false, false, false, 223);
› yield "
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.040+00:00"
"message" => "Deprecated: Implicit conversion from float 189516.96138888889 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6482
#message: "Deprecated: Implicit conversion from float 189516.96138888889 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 21
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:21 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->mins = ($time / 60) % 60;
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php:118 {
Empire\Core\Award->loadMemberData($intUserID) …
› $this->awardedBy[] = User::load([$item->MEAW_AWARDBY_ID]);
› $this->stamp[] = cgt::evaluateString($item->MEAW_STAMP);
› $this->reason[] = $item->MEAW_REASON;
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:602 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["award"], "loadMemberData", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 223, $this->source); })()), "getID", [], "any", false, false, false, 223)], "method", false, false, false, 223), "displayGEjs", [], "any", false, false, false, 223);
› yield "
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.040+00:00"
"message" => "Deprecated: Implicit conversion from float 7896.54005787037 to int loses precision"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6059
#message: "Deprecated: Implicit conversion from float 7896.54005787037 to int loses precision"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php"
#line: 22
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:22 {
Empire\Legacy\cgt::getCgtObject($time = -1) …
› $objCGT->hours = ($time / 3600) % 24;
› $objCGT->days = ($time / 3600 / 24) % 365 + 1;
› $objCGT->years = floor(($time / 86400) / 365);
}
/home/empire/public_html/dev/application/src-empire/Empire/Legacy/cgt.php:201 {
Empire\Legacy\cgt::evaluateString($str) …
› }
› $return->cgtObj = self::getCgtObject($return->cgt);
› $return->realtime = self::convertCGTToReal($return->cgt);
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/Award.php:118 {
Empire\Core\Award->loadMemberData($intUserID) …
› $this->awardedBy[] = User::load([$item->MEAW_AWARDBY_ID]);
› $this->stamp[] = cgt::evaluateString($item->MEAW_STAMP);
› $this->reason[] = $item->MEAW_REASON;
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:602 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› yield " ";
› yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["award"], "loadMemberData", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 223, $this->source); })()), "getID", [], "any", false, false, false, 223)], "method", false, false, false, 223), "displayGEjs", [], "any", false, false, false, 223);
› yield "
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.041+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE MEMB_ID = ?"
"params" => [
1 => 41
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.041+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK WHERE RANK_ID IN (?, ?)"
"params" => [
1 => 153
2 => 177
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.041+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Rank::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6366
#message: "Deprecated: Creation of dynamic property Empire\Core\Rank::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php"
#line: 49
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php:49 {
Empire\Core\Rank->initialize() …
› $this->type = cint_TYPE_RANK;
› $this->typeName = 'Rank';
› $this->name = $this->RANK_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:753 {
Empire\Core\User->getRanks(): array …
› /** @var Rank[] $ranks */
› $ranks = Rank::load($rankIDs, true);
›
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:641 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 248, $this->source); })()), "getRanks", [], "any", false, false, false, 248));
› foreach ($context['_seq'] as $context["_key"] => $context["rank"]) {
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.041+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Rank::$uniform is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6463
#message: "Deprecated: Creation of dynamic property Empire\Core\Rank::$uniform is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php"
#line: 55
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php:55 {
Empire\Core\Rank->initialize() …
› $this->public = $this->RANK_PUBLIC;
› $this->uniform = $this->RANK_UNIFORM;
› if(is_null($this->RANK_PAY)){
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:753 {
Empire\Core\User->getRanks(): array …
› /** @var Rank[] $ranks */
› $ranks = Rank::load($rankIDs, true);
›
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:641 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 248, $this->source); })()), "getRanks", [], "any", false, false, false, 248));
› foreach ($context['_seq'] as $context["_key"] => $context["rank"]) {
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.041+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Rank::$typeName is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6514
#message: "Deprecated: Creation of dynamic property Empire\Core\Rank::$typeName is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php"
#line: 49
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php:49 {
Empire\Core\Rank->initialize() …
› $this->type = cint_TYPE_RANK;
› $this->typeName = 'Rank';
› $this->name = $this->RANK_NAME;
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:753 {
Empire\Core\User->getRanks(): array …
› /** @var Rank[] $ranks */
› $ranks = Rank::load($rankIDs, true);
›
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:641 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 248, $this->source); })()), "getRanks", [], "any", false, false, false, 248));
› foreach ($context['_seq'] as $context["_key"] => $context["rank"]) {
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.041+00:00"
"message" => "Deprecated: Creation of dynamic property Empire\Core\Rank::$uniform is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6512
#message: "Deprecated: Creation of dynamic property Empire\Core\Rank::$uniform is deprecated"
#code: 0
#file: "/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php"
#line: 55
#severity: E_DEPRECATED
trace: {
/home/empire/public_html/dev/application/src-empire/Empire/Core/Rank.php:55 {
Empire\Core\Rank->initialize() …
› $this->public = $this->RANK_PUBLIC;
› $this->uniform = $this->RANK_UNIFORM;
› if(is_null($this->RANK_PAY)){
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/DatabaseHelper.php:189 {
Empire\Core\DatabaseHelper::fetchArrayOfObjects(Result $result, string $class = 'stdClass'): array …
› if ($obj instanceof Entity) {
› $obj->initialize();
› }
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/AbstractEntity.php:45 {
Empire\Core\AbstractEntity::load(array $ids, $forceArray = false, $cache = true) …
› /** @var AbstractEntity[] $res */
› $res = DatabaseHelper::fetchArrayOfObjects($stmt, $class);
›
}
/home/empire/public_html/dev/application/src-empire/Empire/Core/User.php:753 {
Empire\Core\User->getRanks(): array …
› /** @var Rank[] $ranks */
› $ranks = Rank::load($rankIDs, true);
›
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php:1909 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:641 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› $context['_parent'] = $context;
› $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["member"]) || array_key_exists("member", $context) ? $context["member"] : (function () { throw new RuntimeError('Variable "member" does not exist.', 248, $this->source); })()), "getRanks", [], "any", false, false, false, 248));
› foreach ($context['_seq'] as $context["_key"] => $context["rank"]) {
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.041+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE RANK_ID=? AND MEMB_ID=?"
"params" => [
1 => 153
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.042+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM RANK_MEMBER WHERE RANK_ID=? AND MEMB_ID=?"
"params" => [
1 => 177
2 => 41
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.049+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "INSERT INTO EXCEPTION (EXCE_MESSAGE, EXCE_CONTEXT, EXCE_TRACE, EXCE_DATE) VALUES (?, ?, ?, ?)"
"params" => [
1 => "Impossible to access an attribute ("id") on a null variable in "irms/profile.twig" at line 279."
2 => "/home/empire/public_html/dev/application/templates/irms/profile.twig L279"
3 => """
#0 /home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php(733): Twig\Extension\CoreExtension::getAttribute(Object(Twig\Environment), Object(Twig\Source), NULL, 'id', Array, 'any', false, false, false, 279)\n
#1 /home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php(446): __TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(Array, Array)\n
#2 /home/empire/public_html/dev/application/var/cache/dev/twig/e5/e50238017428ce0a1087b2f0af1da4a5.php(252): Twig\Template->yieldBlock('content', Array, Array)\n
#3 /home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php(402): __TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(Array, Array)\n
#4 /home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php(53): Twig\Template->yield(Array, Array)\n
#5 /home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php(402): __TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(Array, Array)\n
#6 /home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php(56): Twig\Template->yield(Array, Array)\n
#7 /home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php(402): __TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(Array, Array)\n
#8 /home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php(358): Twig\Template->yield(Array, Array)\n
#9 /home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php(373): Twig\Template->display(Array)\n
#10 /home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php(51): Twig\Template->render(Array)\n
#11 /home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php(333): Twig\TemplateWrapper->render(Array)\n
#12 /home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php(448): Twig\Environment->render('irms/profile.tw...', Array)\n
#13 /home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php(453): Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('irms/profile.tw...', NULL, Array, 'render')\n
#14 /home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php(253): Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('irms/profile.tw...', NULL, Array, NULL, 'render')\n
#15 /home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php(49): Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('irms/profile.tw...', Array)\n
#16 /home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php(181): App\Controller\IRMS\ProfileController->profile(0, 0)\n
#17 /home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)\n
#18 /home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php(197): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)\n
#19 /home/empire/public_html/dev/index.php(33): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))\n
#20 {main}
"""
4 => 1751921168
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.055+00:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("id") on a null variable in "irms/profile.twig" at line 279." at profile.twig line 279"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#6073
#message: "Impossible to access an attribute ("id") on a null variable in "irms/profile.twig" at line 279."
#code: 0
#file: "/home/empire/public_html/dev/application/templates/irms/profile.twig"
#line: 279
-lineno: 279
-rawMessage: "Impossible to access an attribute ("id") on a null variable."
-source: Twig\Source {#10810 …}
-phpFile: "/home/empire/public_html/dev/application/vendor/twig/twig/src/Extension/CoreExtension.php"
-phpLine: 1739
trace: {
/home/empire/public_html/dev/application/templates/irms/profile.twig:279 {
Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› <tr>
› {% if rank.branch.id == 2%}
› <td>COMPNOR</td>
}
/home/empire/public_html/dev/application/templates/irms/profile.twig:279 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->block_content(array $context, array $blocks = []): iterable …
› <tr>
› {% if rank.branch.id == 2%}
› <td>COMPNOR</td>
arguments: {
$env: Twig\Environment {#1234 …}
$source: Twig\Source {#10810 …}
$object: null
$item: "id"
$arguments: []
$type: "any"
$isDefinedTest: false
$ignoreStrictCheck: false
$sandboxed: false
$lineno: 279
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:446 {
Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
› try {
› yield from $template->$block($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …19]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/templates/template.twig:84 {
__TwigTemplate_035fc62eb7d90b6abd4834f1bb342155->doDisplay(array $context, array $blocks = []): iterable …
› <div id="content">
› {% block content '' %}
› </div>
arguments: {
$name: "content"
$context: [ …15]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1a/1a7817790505379372e152b862a1c228.php:53 {
__TwigTemplate_79dcf6ae96f2063b78d04a9ae3e60bb3->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/var/cache/dev/twig/1b/1b665fe48b595e6dd48ef0dcc4ecfd92.php:56 {
__TwigTemplate_bb45fb2527abe5b3caa552a1187a9777->doDisplay(array $context, array $blocks = []): iterable …
› $this->parent = $this->load("irms/template.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
arguments: {
$context: [ …14]
$blocks: [ …5]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:402 {
Twig\Template->yield(array $context, array $blocks = []): iterable …
› try {
› yield from $this->doDisplay($context, $blocks);
› } catch (Error $e) {
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:358 {
Twig\Template->display(array $context, array $blocks = []): void …
› {
› foreach ($this->yield($context, $blocks) as $data) {
› echo $data;
arguments: {
$context: [ …14]
$blocks: [ …4]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Template.php:373 {
Twig\Template->render(array $context): string …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/TemplateWrapper.php:51 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/twig/twig/src/Environment.php:333 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
arguments: {
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
arguments: {
$name: "irms/profile.twig"
$context: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$method: "render"
}
}
/home/empire/public_html/dev/application/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
arguments: {
$view: "irms/profile.twig"
$block: null
$parameters: [ …12]
$response: null
$method: "render"
}
}
/home/empire/public_html/dev/application/src/Controller/IRMS/ProfileController.php:49 {
App\Controller\IRMS\ProfileController->profile(int $member = 0, int $page = 0): Response …
› $canEdit = Core::user()->canEdit($targetUser);
› return $this->render('irms/profile.twig', [
› "gejs" => ['ajax', 'switcher', 'tooltip', 'inplace', 'award', 'events', 'speciality'],
arguments: {
$view: "irms/profile.twig"
$parameters: [ …12]
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$member: 0
$page: 0
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
}
}
/home/empire/public_html/dev/application/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
$type: 1
$catch: true
}
}
/home/empire/public_html/dev/index.php:33 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#9 …}
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "App\EventListener\ExceptionListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.221+00:00"
"message" => "Stored the security token in the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_main"
]
"channel" => "security"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.261+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"
]
]
6592 => [
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "SymfonyBundles\JsonRequestBundle\EventListener\RequestTransformerListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.057+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.058+00:00"
"message" => "irms_token: 7868ea4a49709df3f996ea04e877bbd53b2ee52c08f672e6bb75b58b90c8a827:b031d9f82da663c3ae8447a38862c074"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.058+00:00"
"message" => "member_id: "
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.058+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\CoreEventsSubscriber::loginSetup"
]
"channel" => "event"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.058+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\CoreEventsSubscriber::pathInfo"
]
"channel" => "event"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.058+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.058+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\CoreEventsSubscriber::loginCheck"
]
"channel" => "event"
]
[
"timestamp" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.058+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.059+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.059+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.059+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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" => 1751921168
"timestamp_rfc3339" => "2025-07-07T20:46:08.215+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: [
9 => 1
6592 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#274 …}
} |