Description of problem: After create wordpress quickstart successfully(https://github.com/openshift/wordpress-example.git), it should redirect to the install page, but actually it not redirect to install page and it display "There doesn't seem to be a wp-config.php file. I need this before we can get started.", but this is unexpected. After generate wp-config.php manually,could install and work well. And the repo https://github.com/mattiascibien/wordpress-example-3.8.1 work well. Version-Release number of selected component (if applicable): devenv_4342 How reproducible: always Steps to Reproduce: 1.Create a wordpress quickstart 2.Access the application page 3. Actual results: It not redirect to install page, and the page display "There doesn't seem to be a wp-config.php file. I need this before we can get started." Expected results: It should redirect to install page. Additional info:
Is this really a bug? I mean isn't it better to show user all setup steps and maybe tell him what are/will be the database settings and what will be the table prefix for wordpress tables maybe (so user have choice to change it...) After confirming the database configuration, users should be redirected to the setup page as they were previously. I don't want to enforce something there, just want to hear opinions or suggestions why we should generate the wp-config.php on users behalf :-)
(In reply to Michal Fojtik from comment #1) > Is this really a bug? I mean isn't it better to show user all setup steps > and maybe tell him what are/will be the database settings and what will be > the table prefix for wordpress tables maybe (so user have choice to change > it...) > > After confirming the database configuration, users should be redirected to > the setup page as they were previously. > > I don't want to enforce something there, just want to hear opinions or > suggestions why we should generate the wp-config.php on users behalf :-) I am not sure this is a bug, but why we enforce the configuration file before?
This should fix it: https://github.com/openshift/wordpress-example/pull/45 I found this this setup cause problem for scaled Wordpress (the install script return 500 but with valid HTML body ;-)
Created attachment 862099 [details] wordpress quickstart scale-up failed log
Tried with the latest code, but when I scale up a wordpress quickstart application, it failed, detail info refer to attachment.
The wp-config.php has been back to work now.