To make it more clear, in “install.php” after the email being sent, the function call of “upgrade_all” (this function is defined in “upgrade-function.php”) leads to call of “populate_options” (this function is defined in “upgrade-schema.php”) , and then it leads to call of “add_option” (this function is defined in “functions.php”), and it leads to call of “get-var” (this function is defined in “wp-db.php”).
This is where it stops. In this line if “get-var” function:
if ( $query )
$this->query($query);
Any help is very much appreciated.
Nima Dezhkam.