https://www.annuairesdz.com/s/6-Commerce?page=1&page%3D12=

ErrorController

Request

GET Parameters

Key Value
page
"1"
page=12
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"66674b"
exception
Symfony\Component\ErrorHandler\Error\ClassNotFoundError {#402
  #message: """
    Attempted to load class "Types" from namespace "App\Entity".\n
    Did you forget a "use" statement for "Doctrine\DBAL\Types\Types"?
    """
  #code: 0
  #file: "/home/annuairepn/www/aea/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php"
  #line: 115
  trace: {
    /home/annuairepn/www/aea/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:115 {
      Doctrine\ORM\Mapping\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
      › 
      › $instance = $attribute->newInstance();assert($instance instanceof MappingAttribute);
    }
    /home/annuairepn/www/aea/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:53 {
      Doctrine\ORM\Mapping\Driver\AttributeReader->getPropertyAttributes(ReflectionProperty $property): array …
      › {    return $this->convertToAttributeInstances($property->getAttributes());}
      arguments: {
        $attributes: [ …1]
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:72 {
      Doctrine\ORM\Mapping\Driver\AttributeReader->getPropertyAttribute(ReflectionProperty $property, string $attributeName) …
      › 
      ›     return $this->getPropertyAttributes($property)[$attributeName] ?? null;}
      arguments: {
        $property: ReflectionProperty {#633 …}
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:286 {
      Doctrine\ORM\Mapping\Driver\AttributeDriver->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
      › // Evaluate #[Cache] attribute$cacheAttribute = $this->reader->getPropertyAttribute($property, Mapping\Cache::class);if ($cacheAttribute !== null) {
      arguments: {
        $property: ReflectionProperty {#633 …}
        $attributeName: "Doctrine\ORM\Mapping\Cache"
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:77 {
      Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata) …
      › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);arguments: {
        $className: "App\Entity\BusinessCategories"
        $metadata: Doctrine\ORM\Mapping\ClassMetadata {#577 …}
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:42 {
      Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
      › {    $this->driver->loadMetadataForClass($className, $metadata);arguments: {
        $className: "App\Entity\BusinessCategories"
        $metadata: Doctrine\ORM\Mapping\ClassMetadata {#577 …}
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:163 {
      Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
      › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
      arguments: {
        $className: "App\Entity\BusinessCategories"
        $metadata: Doctrine\ORM\Mapping\ClassMetadata {#577 …}
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
      Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
      › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);arguments: {
        $class: Doctrine\ORM\Mapping\ClassMetadata {#577 …}
        $parent: null
        $rootEntityFound: false
        $nonSuperclassParents: []
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
      Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
      › 
      › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);arguments: {
        $class: Doctrine\ORM\Mapping\ClassMetadata {#577 …}
        $parent: null
        $rootEntityFound: false
        $nonSuperclassParents: []
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
      Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
      › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
      arguments: {
        $name: "App\Entity\BusinessCategories"
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/orm/src/EntityManager.php:215 {
      Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
      › {    return $this->metadataFactory->getMetadataFor($className);}
      arguments: {
        $className: "App\Entity\BusinessCategories"
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:130 {
      Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->resolveRepository(): EntityRepository …
      › 
      ›     return new EntityRepository($manager, $manager->getClassMetadata($this->entityClass));}
      arguments: {
        $className: "App\Entity\BusinessCategories"
      }
    }
    /home/annuairepn/www/aea/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:71 {
      Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->findBy(array $criteria, array $orderBy = null, int $limit = null, int $offset = null): array …
      › {    return ($this->repository ??= $this->resolveRepository())        ->findBy($criteria, $orderBy, $limit, $offset);
    }
    /home/annuairepn/www/aea/src/Controller/MainController.php:432 {
      App\Controller\MainController->SecteurActivity(PaginatorInterface $paginator, Request $request, $id, $slug, BusinessCategoriesRepository $businesscat): Response …
      ›            ['statut' => 'DESC']),
      arguments: {
        $criteria: [ …1]
        $orderBy: [ …1]
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $paginator: Knp\Component\Pager\Paginator {#472 …}
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $id: "6"
        $slug: "Commerce"
        $businesscat: App\Repository\BusinessCategoriesRepository {#460 …}
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
        $type: 1
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/http-kernel/Kernel.php:202 {
      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 {#15 …}
        $type: 1
        $catch: true
      }
    }
    /home/annuairepn/www/aea/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#15 …}
      }
    }
    /home/annuairepn/www/aea/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/annuairepn/www/aea/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/annuairepn/www/aea/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#87 …9}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip"
accept-language
"en"
host
"www.annuairesdz.com"
referer
"https://www.annuairesdz.com/s/6-Commerce?page=7&page%3D12"
remote-ip
"114.119.159.75"
remote-port
"63101"
user-agent
"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)"
x-ae
"gzip"
x-cdn-any-ip
"46.105.204.29"
x-cdn-request-id
"55234010"
x-forwarded-for
"114.119.159.75"
x-forwarded-proto
"https"
x-ovhrequest-id
"881d8930b538d85ff1684df2d7762e64"
x-php-ob-level
"1"
x-predictor
"1"
x-remote-ip
"114.119.159.75"
x-remote-port
"63101"
x-scheme
"https"
x-varnish
"85303091"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 26 May 2025 04:02:57 GMT"
x-debug-exception
"Attempted%20to%20load%20class%20%22Types%22%20from%20namespace%20%22App%5CEntity%22.%0ADid%20you%20forget%20a%20%22use%22%20statement%20for%20%22Doctrine%5CDBAL%5CTypes%5CTypes%22%3F"
x-debug-exception-file
"%2Fhome%2Fannuairepn%2Fwww%2Faea%2Fvendor%2Fdoctrine%2Form%2Fsrc%2FMapping%2FDriver%2FAttributeReader.php:115"
x-debug-token
"0e73d4"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"737f78545655c2f0ee2e9ee9fdd941aa"
DATABASE_URL
"mysql://annuairepnbakli:TiliwaA31000@annuairepnbakli.mysql.db:3306/annuairepnbakli?serverVersion=5.7"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster029"
DOCUMENT_ROOT
"/home/annuairepn/www/aea"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_COUNTRY_CODE
"SG"
GEOIP_COUNTRY_NAME
"Singapore"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"1.367300"
GEOIP_LONGITUDE
"103.801399"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT_LANGUAGE
"en"
HTTP_HOST
"www.annuairesdz.com"
HTTP_REFERER
"https://www.annuairesdz.com/s/6-Commerce?page=7&page%3D12"
HTTP_REMOTE_IP
"114.119.159.75"
HTTP_REMOTE_PORT
"63101"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)"
HTTP_X_AE
"gzip"
HTTP_X_CDN_ANY_IP
"46.105.204.29"
HTTP_X_CDN_REQUEST_ID
"55234010"
HTTP_X_FORWARDED_FOR
"114.119.159.75"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"881d8930b538d85ff1684df2d7762e64"
HTTP_X_PREDICTOR
"1"
HTTP_X_REMOTE_IP
"114.119.159.75"
HTTP_X_REMOTE_PORT
"63101"
HTTP_X_SCHEME
"https"
HTTP_X_VARNISH
"85303091"
MAGIC_QUOTES
"0"
PHP_SELF
"/public/index.php"
PHP_VER
"7_2"
QUERY_STRING
"page=1&page%3D12"
REDIRECT_QUERY_STRING
"page=1&page%3D12"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/index.php"
REGISTER_GLOBALS
"0"
REMOTE_ADDR
"114.119.159.75"
REMOTE_PORT
"46754"
REQUEST_METHOD
"GET"
REQUEST_TIME
1748232177
REQUEST_TIME_FLOAT
1748232177.4898
REQUEST_URI
"/s/6-Commerce?page=1&page%3D12"
SCRIPT_FILENAME
"/home/annuairepn/www/aea/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://www.annuairesdz.com:443/s/6-Commerce"
SCRIPT_URL
"/s/6-Commerce"
SERVER_ADDR
"10.29.40.35"
SERVER_ADMIN
"postmaster@www.annuairesdz.com"
SERVER_NAME
"www.annuairesdz.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN"
UNIQUE_ID
"aDPn8X@Jj-saKsut1bVwhQAAAxw"
USER
"annuairepn"
ZEND_OPTIMIZER
"1"
argc
1
argv
[
  "page=1&page%3D12"
]

Parent Request

Return to parent request (token = 853f05)

Key Value
_controller
"App\Controller\MainController::SecteurActivity"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"customer.secteur"
_route_params
[
  "id" => "6"
  "slug" => "Commerce"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"f6c3d4"
id
"6"
slug
"Commerce"