This topic contains 2 replies, has 2 voices, and was last updated by calidays 7 years, 9 months ago.
-
Topic
-
Trying to install using Composer on CentOS 7
I’m comfortable with PHP, but am new to Symfony framework.
Virtual Host file has been created as well as the database named ‘oro_crm’.
Here is how i tried to install in /var/www directory.1234567git clone https://github.com/orocrm/crm-application.git orocrmchown -R apache:apache orocrm/cd /orocrmcomposer install --prefer-dist --no-devphp app/console oro:install --env prodAnd here is the error message I keep getting.
123456789PHP Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException' with message 'You have requested a non-existent parameter "dq@*vrj".' in /var/www/orocrm/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php:94Stack trace:#0 /var/www/orocrm/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php(230): Symfony\Component\DependencyInjection\ParameterBag\ParameterBag->get('dq@*vrj')#1 [internal function]: Symfony\Component\DependencyInjection\ParameterBag\ParameterBag->Symfony\Component\DependencyInjection\ParameterBag\{closure}(Array)#2 /var/www/orocrm/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php(240): preg_replace_callback('/%%|%([^%\s]+)%...', Object(Closure), 'P#8&2C%DQ@*VRJ%...')#3 /var/www/orocrm/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php(185): Symfony\Component\DependencyInjection\ParameterB in /var/www/orocrm/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php on line 94If i try installing via the Web GUI, i can access the first install.php page, but when i click ‘Next’, it routes to ‘app.php/installer’ with a blank page. the error log has the same message as above.
Anyone running into this issue or know how to resolve or have any ideas to try?
The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.