$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>multisite - WordPress 4.7.3 migration from Linux to Windows Server 2022 wp_admin page not loading|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

multisite - WordPress 4.7.3 migration from Linux to Windows Server 2022 wp_admin page not loading

matteradmin6PV0评论

I am trying to migration and then upgrade an old WP 4.7.3 multi-site platform originally housed on a Windows/Linux server configuration. The Linux RHEL 8 server was for the web server and WP.

Current configuration: PHP 5.6.40, Mariadb 5.5.68.
Target Host server: Installed the highest versions compatible with WP 4.7
New Window Server 2022: MySQL/MariaDB 10.5, PHP 7.2.9 (allows phpmyadmin to work with WP 4.7)

Already tried All below on my test.exampl site:

  • Checked the internet connection and Host firewall settings.
  • Cleared Browser cache
  • Disabled firewall
  • Not using VPN
  • Flushed the DNS
  • applied .htaccess and removed
  • disabled all plugins under wp_content directory
  • Renamed all Themes, also.
  • Copied all wwwroot WP files from Production Site, again.
  • Changed the mysql wp_options,URL settings
  • Configured IIS
  • Installed HEIDISQL 12.10 to import nssansca tables databases.

After frustrating many tries of not being to get the wp_admin/wp_login page, I decided to edit the wp-config.php, wp-login.php and wp-settings files on my own.

I have one success: by turning on Debugging and commenting OUT the define entries for multisite, along with the Auth keys set to '' in wp-config.php file.
Never this in online searching.

I was able to establish connection to 1 wp-admin wordpress sites login page. BUT only for 1 site and not the Super-User account over all domain sites.

How can upgrade all of the sites? Does the MultiSite need to be in the wwwroot directory?

Post a comment

comment list (0)

  1. No comments so far