[wp-trac] [WordPress Trac] #63054: Back end media library display problem

WordPress Trac noreply at wordpress.org
Wed Mar 5 08:24:17 UTC 2025


#63054: Back end media library display problem
--------------------------+------------------------------
 Reporter:  jontubmen     |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Media         |     Version:  6.7.2
 Severity:  major         |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by mehedi_csit):

 Welcome to your first ticket, Jontubmen! ๐ŸŽ‰ Weโ€™re excited to have you on
 board.

 Could you please try the following steps to help troubleshoot the issue?

 Switch to a Default Theme โ€“ Activate a default theme like Twenty Twenty-
 Four to rule out theme-related conflicts.
 Check Your PHP Version โ€“ Ensure you're using PHP 8.0 or higher for
 compatibility.
 Check for Console Errors โ€“ Open your browserโ€™s developer tools (F12) and
 check for JavaScript errors in the Console tab while loading the media
 library.
 Enable Debug Mode โ€“ Add the following to wp-config.php:

 {{{#!php
 define('WP_DEBUG', true);
 define('WP_DEBUG_LOG', true);
 define('WP_DEBUG_DISPLAY', false);
 }}}


 Afterward, check the log at wp-content/debug.log for any errors.
 Confirm Theme is Up to Date โ€“ Make sure your theme is the latest version.
 Looking forward to your findings! Let me know if you need any help as you
 go along. Again, welcome aboard! ๐Ÿ˜Š

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63054#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list