I solved it, doing something else… I just edited the /wp-admin/upgrade-functions.php and in the line 134 where it says
// We are up-to-date. Nothing to do.
if ( $wp_db_version == $wp_current_db_version )
return;
I deleted those lines, upload again that file and did the /wp-admin/upgrade.php again and that solved those issues. After I fixed it, I just restored the lines.
It worked for me and it’s easier. I hope it helps all.
I solved it, doing something else… I just edited the /wp-admin/upgrade-functions.php and in the line 134 where it says
// We are up-to-date. Nothing to do.
if ( $wp_db_version == $wp_current_db_version )
return;
I deleted those lines, upload again that file and did the /wp-admin/upgrade.php again and that solved those issues. After I fixed it, I just restored the lines.
It worked for me and it’s easier. I hope it helps all.