Skip to content

Master#28

Open
vtxyzzy wants to merge 4 commits intoGeekPress:masterfrom
vtxyzzy:master
Open

Master#28
vtxyzzy wants to merge 4 commits intoGeekPress:masterfrom
vtxyzzy:master

Conversation

@vtxyzzy
Copy link

@vtxyzzy vtxyzzy commented Apr 2, 2016

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

vtxyzzy added 4 commits April 2, 2016 15:20
'/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