Giter Club home page Giter Club logo

Comments (3)

vignemail1 avatar vignemail1 commented on September 15, 2024

En complément, les lignes pour générer le fichier .htaccess lance un cache:clear, ce qui suppose d'avoir les tables SQL chargées alors que c'est dans une étape après.

root@gramc:/var/www/html/gramc3# ./composer.phar remove symfony/apache-pack
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]?
symfony/apache-pack is not required in your composer.json and has not been removed
./composer.json has been updated
Running composer update symfony/apache-pack
Loading composer repositories with package information
Updating dependencies
Package "symfony/apache-pack" listed for update is not locked.
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package twig/extensions is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
87 packages you are using are looking for funding.
Use the `composer fund` command to find out more!

Run composer recipes at any time to see the status of your Symfony recipes.

Executing script cache:clear [KO]
 [KO]
Script cache:clear returned with error code 1
!!
!!   // Clearing the cache for the dev environment with debug
!!   // true
!!
!!
!!  In AbstractMySQLDriver.php line 61:
!!
!!    An exception occurred while executing 'SELECT t0.cle AS cle_1, t0.val AS va
!!    l_2, t0.id_param AS id_param_3 FROM param t0 WHERE t0.cle = ? LIMIT 1' with
!!     params ["now"]:
!!
!!    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gramc.param' doe
!!    sn't exist
!!
!!
!!  In Exception.php line 18:
!!
!!    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gramc.param' doe
!!    sn't exist
!!
!!
!!  In PDOStatement.php line 115:
!!
!!    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gramc.param' doe
!!    sn't exist
!!
!!
!!  cache:clear [--no-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 @auto-scripts was called via post-update-cmd

from gramc3.

vignemail1 avatar vignemail1 commented on September 15, 2024

La commande bin/console app:send-a-mail [email protected] de vérification nécessite d'avoir également la base de données initialisée.

root@gramc:/var/www/html/gramc3# ./bin/console app:send-a-mail [email protected]

In AbstractMySQLDriver.php line 61:

  An exception occurred while executing 'SELECT t0.cle AS cle_1, t0.val AS val_2, t0.id_param
  AS id_param_3 FROM param t0 WHERE t0.cle = ? LIMIT 1' with params ["now"]:

  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gramc.param' doesn't exist


In Exception.php line 18:

  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gramc.param' doesn't exist


In PDOStatement.php line 115:

  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gramc.param' doesn't exist


from gramc3.

calmip avatar calmip commented on September 15, 2024

Corrigé

from gramc3.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.