Hi there,
i want to migrate an contao 4 installation with managed-edition.
After I want to update php composer.phar install --ignore-platform-reqs the composer.lock I got this issue in terminal:
13:09:01 ERROR [console] Error thrown while running command "--ansi cache:warmup --env=prod". Message: "An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory in . (which is being imported from "@Terminal42UrlRewriteBundle/Resources/config/routing.yml"). Make sure there is a loader supporting the "terminal42_url_rewrite" type." ["error" => Symfony\Component\Config\Exception\FileLoaderLoadException { …},"command" => "--ansi cache:warmup --env=prod","message" => "An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory in . (which is being imported from "@Terminal42UrlRewriteBundle/Resources/config/routing.yml"). Make sure there is a loader supporting the "terminal42_url_rewrite" type."] []
In FileLoader.php line 168:
An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or dir
ectory in . (which is being imported from "@Terminal42UrlRewriteBundle/Reso
urces/config/routing.yml"). Make sure there is a loader supporting the "ter
minal42_url_rewrite" type.
In AbstractMySQLDriver.php line 108:
An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or dir
ectory
In PDOConnection.php line 47:
SQLSTATE[HY000] [2002] No such file or directory
In PDOConnection.php line 43:
SQLSTATE[HY000] [2002] No such file or directory
cache:warmup [--no-optional-warmers] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occurred while executing the "cache:warmup" command: 13:09:01 ERROR [console]39;49m
9m Error thrown while running command "--ansi cache:warmup --env=prod". Message: "An exception occurred in d
river: SQLSTATE[HY000] [2002] No such file or directory in . (which is being imported from "@Terminal42UrlRe
writeBundle/Resources/config/routing.yml"). Make sure there is a loader supporting the "terminal42_url_rewri
te" type." ["error" => Symfony\Component\Config\Exc
eption\FileLoaderLoadException { …},"command" => "39;49m
3m--ansi cache:warmup --env=prod","message" => "
An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory in . (which is being impor
ted from "@Terminal42UrlRewriteBundle/Resources/config/routing.yml"). Make sure there is a loader supporting
the "terminal42_url_rewrite" type."] []
In FileLoader.php line 168:
An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or dir
ectory in . (which is being imported from "@Terminal42UrlRewriteBundle/Reso
urces/config/routing.yml"). Make sure there is a loader supporting the "ter
minal42_url_rewrite" type.
In AbstractMySQLDriver.php line 108:
An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or dir
ectory
In PDOConnection.php line 47:
SQLSTATE[HY000] [2002] No such file or directory
In PDOConnection.php line 43:
SQLSTATE[HY000] [2002] No such file or directory
cache:warmup [--no-optional-warmers] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--a
nsi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
I dont understand whats happend?
Frontend and backend works well.
Hi there, i want to migrate an contao 4 installation with managed-edition. After I want to update
php composer.phar install --ignore-platform-reqs
thecomposer.lock
I got this issue in terminal:I dont understand whats happend? Frontend and backend works well.
I'am using: Contao 4.4.14 urlrewrite 1.1.1 PHP 71.8