Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #47265


Ignore:
Timestamp:
05/14/2019 07:56:01 PM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47265

    • Property Keywords has-patch servehappy dev-feedback added
    • Property Version changed from to 5.2
    • Property Milestone changed from Awaiting Review to 5.2.1
  • Ticket #47265 – Description

    initial v3  
    55
    66I Googled to see if anything had been written on this issue and found a completely separate live website presenting the same error (I am not associated with this website): http://masacoat-asahi.com/
     7{{{
     8Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-content/advanced-cache.php:106
     9Stack trace:
     10#0 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-content/advanced-cache.php(184): SiteManagerAdvancedCache->__construct()
     11#1 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-settings.php(95): include('/home/sites/het...')
     12#2 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-config.php(85): require_once('/home/sites/het...')
     13#3 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-load.php(37): require_once('/home/sites/het...')
     14#4 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-blog-header.php(13): require_once('/home/sites/het...')
     15#5 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/index.php(17): require('/home/sites/het...')
     16#6 {main} thrown in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-content/advanced-cache.php on line 106
    717
    8 > Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-content/advanced-cache.php:106 Stack trace: #0 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-content/advanced-cache.php(184): SiteManagerAdvancedCache->__construct() #1 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-settings.php(95): include('/home/sites/het...') #2 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-config.php(85): require_once('/home/sites/het...') #3 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-load.php(37): require_once('/home/sites/het...') #4 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-blog-header.php(13): require_once('/home/sites/het...') #5 /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/index.php(17): require('/home/sites/het...') #6 {main} thrown in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-content/advanced-cache.php on line 106
    9 >
    10 > Fatal error: Uncaught Error: Call to undefined function load_default_textdomain() in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-includes/class-wp-fatal-error-handler.php:41 Stack trace: #0 [internal function]: WP_Fatal_Error_Handler->handle() #1 {main} thrown in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-includes/class-wp-fatal-error-handler.php on line 41
    11 
     18Fatal error: Uncaught Error: Call to undefined function load_default_textdomain() in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-includes/class-wp-fatal-error-handler.php:41
     19Stack trace:
     20#0 [internal function]: WP_Fatal_Error_Handler->handle()
     21#1 {main} thrown in /home/sites/heteml/users/h/u/b/hubstyle/web/masacoat-asahi.com/wp-includes/class-wp-fatal-error-handler.php on line 41
     22}}}
    1223It appears this code was introduced in #47093 (changeset 45277) to fix an issue with recovery mode emails locale.
    1324