Closed simoncarre closed 4 years ago
Hello @simoncarre ,
I see a DebugClassLoader
reference. Are you working in prod mode?
Hello @jmleroux,
Thank you for quick response. I created a preprod
environment which is a copy of theprod
environment (copy of app/config/config_prod.yml
to app/config/config_preprod.yml
).
My queue command running is : /usr/bin/php /var/www/my-project/current/bin/console akeneo:batch:job-queue-consumer-daemon --env=preprod --no-debug
Is it possible to test in prod mode or do you have to much difference?
I tested in prod
mode and it actually works without issues. Thank you!
I was missing the environment variable SYMFONY_DEBUG
for the preprod
environment :
File bin/console
:
$debug = getenv('SYMFONY_DEBUG') !== '0' && !$input->hasParameterOption(['--no-debug', '']) && $env !== 'prod' && false === $behat;
Hi!
I have memory issues during large csv products import:
What is the tip for importing important CSV files? Do you have to manually cut the files?
PHP Version : 7.2.29 PHP Memory limit : 1024MB Akeneo Version : CE 3.2.46