Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44925, comment 2


Ignore:
Timestamp:
09/10/2018 02:28:32 PM (8 years ago)
Author:
ededu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44925, comment 2

    initial v1  
    11It looks like database connection is successfully established because wpdb->db_connect() returns **true**
    22
    3 The exception occurs later on, I'm not sure where.
     3Also I see no login error in /var/log/mysqld.log
     4
     5That means the exception occurs in the context of a valid database connection.
    46
    57PS: I'm trying to debug this myself but I'm new to both PHP and WordPress. Any help would be much appreciated.