Steps performed during an installation
-
Since I’m not able to install WordPress with the 5-minute (for me already more than 500-minute) installation due to the step 2 problem, I was wondering if there is anybody who can explain me the actions performed during the installation.
There is a 104-105 line in wp-admin\install.php looking like this:
$result = wp_install($weblog_title, 'admin', $admin_email, $public); extract($result, EXTR_SKIP);
As far as I can see this code performes the installation.
Does anybody know the exact steps taken?
- The topic ‘Steps performed during an installation’ is closed to new replies.