Skip to content

impossible de lancer le site symfony 6 en mode prod mais pas en dev #60337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aragon5956 opened this issue May 3, 2025 · 1 comment
Closed

Comments

@aragon5956
Copy link

aragon5956 commented May 3, 2025

Symfony version(s) affected

6.4.y

Description

bonjour,
impossible de lancer le site en mode prod maus possible en mode dev

How to reproduce

mettre l'atribut en mode APP_ENV=dev

Possible Solution

arrêter le foutage de gueule !

Additional Context

{
    "type": "project",
    "license": "proprietary",
    "minimum-stability": "stable",
    "prefer-stable": true,
    "require": {
        "php": ">=8.3",

        "ext-ctype": "*",
        "ext-curl": "*",
        "ext-iconv": "*",
        "ext-openssl": "*",
        "ext-zip": "*",
        "doctrine/doctrine-bundle": "^2.10",
        "doctrine/doctrine-migrations-bundle": "^3.2",
        "doctrine/orm": "^2.15",
        "gedmo/doctrine-extensions": "^3.5",
        "hackzilla/password-generator": "^1.6",
        "php-ffmpeg/php-ffmpeg": "^1.1",
        "phpdocumentor/reflection-docblock": "5.3.0",
        "phpstan/phpdoc-parser": "^1.2",
        "sensio/framework-extra-bundle": "^6.1",
        "stripe/stripe-php": "^15.4",
        "symfony/apache-pack": "^v1.0.1",
        "symfony/asset": "v6.4.0",
        "symfony/console": "v6.4.2",
        "symfony/doctrine-messenger": "v6.4.2",
        "symfony/dotenv": "v6.4.2",
        "symfony/expression-language": "v6.4.2",
        "symfony/flex": "^1.17|^2",
        "symfony/form": "v6.4.1",
        "symfony/framework-bundle": "v6.4.2",
        "symfony/google-mailer": "6.*.*",
        "symfony/http-client": "v6.4.2",
        "symfony/http-foundation": "6.*.*",
        "symfony/intl": "v6.4.2",
        "symfony/mailer": "6.*.*",
        "symfony/mime": "v6.4.0",
        "symfony/monolog-bundle": "^3.0",
        "symfony/notifier": "v6.2.7",
        "symfony/password-hasher": "v6.4.0",
        "symfony/process": "v6.4.2",
        "symfony/property-access": "v6.4.0",
        "symfony/property-info": "v6.4.0",
        "symfony/proxy-manager-bridge": "v6.4.0",
        "symfony/requirements-checker": "^2.0",
        "symfony/runtime": "*",
        "symfony/security-bundle": "v6.4.2",
        "symfony/security-csrf": "6.*.*",
        "symfony/serializer": "v6.4.2",
        "symfony/string": "v6.4.2",
        "symfony/translation": "v6.4.*",
        "symfony/twig-bundle": "v6.4.0",
        "symfony/validator": "v6.4.2",
        "symfony/web-link": "v6.4.0",
        "symfony/webapp-meta": "^1.0",
        "symfony/webpack-encore-bundle": "^1.13",
        "symfony/yaml": "v6.4.0",
        "twig/extra-bundle": "^2.12|^3.0",
        "twig/twig": "^2.12|^3.0"
    },
    "config": {
        "allow-plugins": {
            "composer/package-versions-deprecated": true,
            "symfony/flex": true,
            "symfony/runtime": true,
            "php-http/discovery": true
        },
        "optimize-autoloader": true,
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-6": {
            "App\\Tests\\": "tests/"
        }
    },
    "replace": {
        "symfony/polyfill-ctype": "*",
        "symfony/polyfill-iconv": "*",
        "symfony/polyfill-php72": "*"
    },
    "scripts": {
        "auto-scripts": {
            "cache:clear": "symfony-cmd",
            "assets:install %PUBLIC_DIR%": "symfony-cmd",
            "requirements-checker": "script"
        },
        "post-install-cmd": [
            "@auto-scripts"
        ],
        "post-update-cmd": [
            "@auto-scripts"
        ]
    },
    "conflict": {
        "symfony/symfony": "*"
    },
    "extra": {
        "symfony": {
            "allow-contrib": false,
            "require": "6.*.*"
        }
    },
    "require-dev": {
        "symfony/debug-bundle": "v6.4.0",
        "symfony/maker-bundle": "^1.58",
        "symfony/stopwatch": "v6.4.0",
        "symfony/web-profiler-bundle": "v6.4.2"
    }
}

```
_No response_
@chalasr
Copy link
Member

chalasr commented May 3, 2025

arrêter le foutage de gueule !

What a great suggestion! Have a nice day

@chalasr chalasr closed this as completed May 3, 2025
@xabbuh xabbuh closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants