Cannot install ($_POST is empty)
-
I am trying to install WordPress on my site under http://example.com/blog. What I did so far is:
- Download and unzip the most recent version of WordPress
- Upload the contents of the
wordpressfolder to my site’sblogfolder using FTP - Edited wp-config.php to contain all of the required information (database info and secret keys)
I had initially tried to create the config file using the automated process, but I got the error
table prefix cannot be empty. However, on the next step (where you give the blog’s name and create the admin account) I am getting themust use valid usernameerror. I know I am using a valid username because it is exactly like my username for this site.To debug I decided to
var_dumpthe$_POSTvariable. It showed an empty array. This explains why I had to manually create my config file because the installation script first error check is on the table prefix, which is why I got that error…Any ideas on what I can do?
The topic ‘Cannot install ($_POST is empty)’ is closed to new replies.