Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Master #28

wants to merge 4 commits into from

Conversation

vtxyzzy
Copy link

@vtxyzzy vtxyzzy commented Apr 2, 2016

Correct values for wp-options 'siteurl' and 'home'.

'/wp-admin/install.php' in the URL created in the 'install_wp'  and
'install_theme' functions.  The incorrect URL was of the form:
'http://mysite/wp-quick-install//wp-admin/install.php?action=install_wp'

The correct URL is:

'http://mysite/wp-quick-install?action=install_wp'
The application hung while "Database Installation in Progress..." was
displayed in the progress panel.  The database was not installed.

A '404 Not Found' error was caused by the inclusion of
'/wp-admin/install.php' in the URL created in the 'install_wp'  and
'install_theme' functions.   The incorrect URL was of the form:

'http://mysite/wp-quick-install//wp-admin/install.php?action=install_wp'

The correct URL is:

'http://mysite/wp-quick-install?action=install_wp'
The options 'siteurl' and 'home' had '?action=install_wp' added to them:
http://mysite/wp-quick-install/?action=install_wp'
'Information' was spelled 'Informations' in several places.

Added random password and random WordPress database prefix suggestions
to help harden installations.

Added language argument to call to wp_install().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant