Description of problem: Try to create magento quickstart with php-5.3/php-5.4,but it failed. It will show 'ERROR: PHP Extensions "pdo_mysql" must be loaded.' It works for zend-6.1. https://bugzilla.redhat.com/show_bug.cgi?id=1082471 is a same situation for zend-6.1, now it is fixed. Version-Release number of selected component (if applicable): devenv_4855 How reproducible: always Steps to Reproduce: 1.rhc app create magento1 php-5.4 mysql-5.5 --from-code=https://github.com/openshift/magento-example 2. 3. Actual results: Creating application 'magento1' ... The initial build for the application failed: Shell command '/sbin/runuser -s /bin/sh 53984f08ed6f1fbe3e0005e2 -c "exec /usr/bin/runcon 'unconfined_u:system_r:openshift_t:s0:c0,c1003' /bin/sh -c \"gear postreceive --init >> /tmp/initial-build.log 2>&1\""' returned an error. rc=255 .Last 10 kB of build output: Stopping MySQL 5.5 cartridge Stopping PHP 5.4 cartridge (Apache+mod_php) Repairing links for 1 deployments Building git ref 'master', commit e5d7f89 Checking .openshift/pear.txt for PEAR dependency... Preparing build for deployment Deployment id is 040dc949 Activating deployment Starting MySQL 5.5 cartridge Extracting sample data Poulating database Magento admin password: OpenShiftAdmin123 Configuring Magento for first use FAILED ERROR: PHP Extensions "pdo_mysql" must be loaded. ------------------------- Git Post-Receive Result: failure Activation status: failure Activation failed for the following gears: 53984f08ed6f1fbe3e0005e2 (Error activating gear: CLIENT_ERROR: Failed to execute action hook 'deploy' for 53984f08ed6f1fbe3e0005e2 application magento1) Deployment completed with status: failure postreceive failed Expected results: Could create magento quickstart with php cartridge. Additional info:
Jakub, I expect you can apply the same fix as was used for Zend in https://bugzilla.redhat.com/show_bug.cgi?id=1082471
Ben, thanks for info. Will do it.
*** Bug 1109763 has been marked as a duplicate of this bug. ***
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/08cf01e21081b5c892e8b0cba166e727cef8feca Bug 1108017: Load .ini modules on php setup
Check in devenv_4890. Can't reproduce this bug for magento quickstart of php-5.3/php-5.4 with mysql-5.1/mysql-5.5. Move bug to verified status.