Changes between Initial Version and Version 1 of Ticket #44925, comment 2
- Timestamp:
- 09/10/2018 02:28:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44925, comment 2
initial v1 1 1 It looks like database connection is successfully established because wpdb->db_connect() returns **true** 2 2 3 The exception occurs later on, I'm not sure where. 3 Also I see no login error in /var/log/mysqld.log 4 5 That means the exception occurs in the context of a valid database connection. 4 6 5 7 PS: I'm trying to debug this myself but I'm new to both PHP and WordPress. Any help would be much appreciated.