Forums › Forums › OroPlatform › OroPlatform – Installation/Technical Issues or Problems › Stuck at System requirements check
This topic contains 20 replies, has 6 voices, and was last updated by rodolvelasco 6 years, 10 months ago.
Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.
-
CreatorTopic
-
November 30, 2014 at 11:02 pm #35095
Hi,
I am stuck at System requirements check for OroPlatform 1.4
The error I have is
123ERROR | Move app/cache folder outside encrypted directory.I have tried running but I run into the same error.
1234app/console cache:clear --env=prodapp/console oro:platform:update --force --env=prodPlease help me out.
Jake He
-
CreatorTopic
-
AuthorReplies
-
January 8, 2015 at 5:52 am #35111
Heyho, I found our problem: The app/cache dir contained elements from a previous installation attempt. They were not owned by the current php-fcgi user and could therefore not be modified.
Greetings and thx
January 8, 2015 at 7:22 am #35112Hm, the problem is back… investigating.
January 13, 2015 at 6:54 am #35113Ok, I now tried the installation using the cli, but I still get a strange permission denied error, see further down. It seems like sh cannot be executed, but shell_exec works in my tests.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485$php app/console -v oro:installInstalling Oro Application.Oro requirements check:+---------+-------------------------------------------------------------------------------------------+| Check | Mandatory requirements |+---------+-------------------------------------------------------------------------------------------+| OK | Vendor libraries must be installed || OK | app/cache/ directory must be writable || OK | app/logs/ directory must be writable || OK | Configured default timezone "Europe/Berlin" must be supported by your installation of PHP || OK | json_encode() must be available || OK | session_start() must be available || OK | ctype_alpha() must be available || OK | token_get_all() must be available || OK | simplexml_import_dom() must be available || OK | APC version must be at least 3.1.13 when using PHP 5.4 || OK | PCRE extension must be available || OK | Cache folder should not be inside encrypted directory |+---------+-------------------------------------------------------------------------------------------++---------+--------------------------------------------+| Check | PHP settings |+---------+--------------------------------------------+| OK | date.timezone setting must be set || OK | detect_unicode must be disabled in php.ini || OK | memory_limit should be at least 512M |+---------+--------------------------------------------++---------+-----------------------------------------------------------------+| Check | Oro specific requirements |+---------+-----------------------------------------------------------------+| OK | PHP version must be at least 5.4.9 (5.5.3-1ubuntu2.6 installed) || OK | GD extension must be at least 2.0 || OK | cURL extension must be at least 7.0 || OK | mcrypt_encrypt() should be available || OK | intl extension should be available || OK | icu library must be at least 3.8 || OK | web/uploads/ directory must be writable || OK | web/media/ directory must be writable || OK | web/bundles/ directory must be writable || OK | app/attachment/ directory must be writable || OK | web directory must be writable || OK | app/config/parameters.yml file must be writable |+---------+-----------------------------------------------------------------++---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+| Check | Optional recommendations |+---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+| OK | Requirements file should be up-to-date || OK | When using the logout handler from the Symfony Security Component, you should have at least PHP 5.4.11 due to PHP bug #63379 (as a workaround, you can also set invalidate_session to false in the security logout handler configuration) || OK | PCRE extension should be at least version 8.0 (8.31 installed) || OK | PHP-XML module should be installed || OK | mb_strlen() should be available || OK | iconv() should be available || OK | utf8_decode() should be available || OK | posix_isatty() should be available || OK | intl extension should be available || OK | intl extension should be correctly configured || OK | intl ICU version should be at least 4+ || OK | a PHP accelerator should be installed || WARNING | Set short_open_tag to off in php.ini*. || OK | magic_quotes_gpc should be disabled in php.ini || OK | register_globals should be disabled in php.ini || OK | session.auto_start should be disabled in php.ini || OK | PDO should be installed || OK | PDO should have some drivers installed (currently available: mysql, pgsql, sqlite) || OK | SOAP extension should be installed (API calls) || OK | A JS Engine (node) is installed |+---------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+sh: 1: /usr/bin: Permission denied[RuntimeException]The command terminated with an exit code: 126.Exception trace:() at /var/customers/webs/username/domainname/platform-application/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/CommandExecutor.php:168Oro\Bundle\InstallerBundle\CommandExecutor->processResult() at /var/customers/webs/username/domainname/platform-application/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/CommandExecutor.php:138Oro\Bundle\InstallerBundle\CommandExecutor->runCommand() at /var/customers/webs/username/domainname/platform-application/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/Command/InstallCommand.php:223Oro\Bundle\InstallerBundle\Command\InstallCommand->prepareStep() at /var/customers/webs/username/domainname/platform-application/vendor/oro/platform/src/Oro/Bundle/InstallerBundle/Command/InstallCommand.php:121Oro\Bundle\InstallerBundle\Command\InstallCommand->execute() at /var/customers/webs/username/domainname/platform-application/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:245Symfony\Component\Console\Command\Command->run() at /var/customers/webs/username/domainname/platform-application/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:900Symfony\Component\Console\Application->doRunCommand() at /var/customers/webs/username/domainname/platform-application/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:191Symfony\Component\Console\Application->doRun() at /var/customers/webs/username/domainname/platform-application/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:96Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /var/customers/webs/username/domainname/platform-application/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Console/Application.php:44JMS\JobQueueBundle\Console\Application->doRun() at /var/customers/webs/username/domainname/platform-application/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:121Symfony\Component\Console\Application->run() at /var/customers/webs/username/domainname/platform-application/app/console:23What can I still try? Thank you
March 7, 2015 at 2:06 am #35114where is your php executable located? is it in /usr/bin folder?
can your user access /usr/bin and run executables there?check your php environment variables.
May 27, 2016 at 8:26 pm #35115Im having the same issue and I have nothing that encripts files and I already changed the permissions to 755 to logs and cache folders. What else can I do?
-
AuthorReplies
The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.