// Assert compatibility fix for PHP 8.1 with disabled assertions if (!function_exists('assert')) { function assert($assertion, $description = null) { return true; } } ########## Error-Catching ########## # Note: You shouldn't touch these settings. if (file_exists((isset($cachedir) ? $cachedir : dirname(__FILE__)) . '/db_last_error.php')) include((isset($cachedir) ? $cachedir : dirname(__FILE__)) . '/db_last_error.php'); if (!isset($db_last_error)) { // File does not exist so lets try to create it file_put_contents((isset($cachedir) ? $cachedir : dirname(__FILE__)) . '/db_last_error.php', '<' . '?' . "php\n" . '$db_last_error = 0;' . "\n" . '?' . '>'); $db_last_error = 0; } ?> SMF päivitystyökalu

Edistyminen

  • Vaihe 1: Kirjaudu
  • Vaihe 2: Päivityksen vaihtoehdot
  • Vaihe 3: Varmistus
  • Vaihe 4: Tietokannan muutokset
  • Vaihe 5: Muunna sarjoitetut merkkijonot JSON-muotoon
  • Vaihe 6: Muunna muotoon UTF-8
  • Vaihe 7: Poista Upgrade.php

Kokonaistilanne

0%
Aikaa kulunut: 1 min, 55 sek.

Päivitetään SMF-foorumiasi!

Thank you for choosing to upgrade to SMF 2.1.7. All files appear to be in place and the upgrade can now proceed.

Varoitus!

"mirosol" is running the upgrade script.

The upgrade script has been running for the last 1 minutes and 55 seconds.

The upgrade script was last updated 1 minutes and 32 seconds ago.

Suosittelemme, ettet aja tätä skriptiä ellet ole varma että mirosol on saanut päivityksen päätökseen.

You can choose to either run the upgrade again from the beginning or continue from the last step reached during the most recent upgrade.

Ylläpitäjän kirjautuminen:

For security purposes please login with your admin account to proceed with the upgrade.

Note: If necessary, the above security check can be bypassed for users who may administrate a server, but may not have admin rights on the forum. In order to bypass the above check, simply open "upgrade.php" in a text editor and replace "$disable_security = false;" with "$disable_security = true;" and refresh this page.