Incomplete Installation
-
Hi everyone,
My installation isn’t completeted. I traced the process by putting logs, and as I got the install.php script executes and creates the tables in the database and after that sends an email containing my username and password, but then after that when it calls “upgarde_all” function and the consequent function calls it stops at the following block in “add_option” function which is at \wp-includes\functions.php
The block is:if( !$wpdb->get_var(“SELECT option_name FROM $wpdb->options WHERE option_name = ‘$name'”) ) {
$name = $wpdb->escape($name);
$value = $wpdb->escape($value);
$description = $wpdb->escape($description);
$wpdb->query(“INSERT INTO $wpdb->options (option_name, option_value, option_description, autoload) VALUES (‘$name’, ‘$value’, ‘$description’, ‘$autoload’)”);Can anyone please help me figure out what possibly coud have made this problem.
Thanks,
Nima Dezhkam.
- The topic ‘Incomplete Installation’ is closed to new replies.