eureka2 / G6K

Generator of calculation simulator (calculator)
MIT License
20 stars 19 forks source link

Can't install G6K : PHP Fatal error: Uncaught Error: Class 'Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle' not found #24

Open plumbrcom opened 4 years ago

plumbrcom commented 4 years ago

Hello,

I can't install the latest version G6K.

php -d memory_limit=-1 composer.phar create-project eureka2/g6k simulator/ 4.*

Everything is going fine until after the .env creation :

Creating the ".env" file
Enter the application environment [dev or prod] (prod): 
Enter the debug mode [0 or 1] (0): 
Enter the locale [en-GB, en-US, fr-FR, ...] (en-US): fr-FR
Enter the upload directory (%kernel.project_dir%/var/uploads): 
Enter the absolute path of the pdftk executable (~): 
Enter the mailer URL (null://localhost): 
Enter the database engine [sqlite, mysql or pgsql] (sqlite): 
Enter the database version (3.15): 
Enter the database path (%kernel.project_dir%/var/data/databases/g6k.db): 
Enter the HTTP proxy url [http://user:pass@host:port] (~): 
Enter the HTTPS proxy url [https://user:pass@host:port] (~): 
Executing script cache:clear [KO]
 [KO]
Script cache:clear returned with error code 255
!!  PHP Fatal error:  Uncaught Error: Class 'Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle' not found in /xxx/xxx/xxx/simulator/src/Kernel.php:33

Do you have a hint about what is causing this error ?

Thanks

Best regards

eureka2 commented 4 years ago

Hi,

DoctrineCacheBundle no longer exists, can you redo the installation, I just did a new release

Best regards

victoroliveirapt commented 4 years ago

@eureka2 I have the same error today with the same command to install ! I need to wait for a new version ?

Thank you

Best Regards

pkconcept commented 4 years ago

Hello, same error today when running composer installation

Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 255 !! PHP Fatal error: Uncaught Error: Class 'Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle' not found in simulator/src/Kernel.php:33

installation_trace.txt

pkconcept commented 4 years ago

No answers... dead project ?

eureka2 commented 4 years ago

no, the project is not dead, this issue has normally been fixed in release 4.3.6

pkconcept commented 4 years ago

no, the project is not dead, this issue has normally been fixed in release 4.3.6

Tested today, same error with repo..

Creating a "eureka2/g6k" project at "./simulator" Installing eureka2/g6k (4.3.6)

eureka2 commented 4 years ago

Can you try again with the release 4.3.7 ?

pkconcept commented 4 years ago

version 4.37 is ok. A little bug , for those who want to user the demo datas, the database is "demo" not the selected database when installing

Thanks! ;)