[wp-trac] [WordPress Trac] #60573: no font faces were installed error when i upload a woff2 font

WordPress Trac noreply at wordpress.org
Mon Feb 19 14:43:25 UTC 2024


#60573: no font faces were installed error when i upload a woff2 font
--------------------------+------------------------------
 Reporter:  wplmillet     |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Media         |     Version:  trunk
 Severity:  major         |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by costdev):

 * keywords:  needs-patch =>
 * component:  Editor => Media
 * severity:  normal => major
 * milestone:  6.5 => Awaiting Review


Comment:

 Hi @wplmillet, thanks for opening this ticket!

 Can you enable `WP_DEBUG` in your site's `wp-config.php` file? This will
 reveal some more details for the error.

 This line can be used to enable `WP_DEBUG`:

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

 You may already have a line that says `define( 'WP_DEBUG', false );` - you
 can just change `false` to `true` in that case.

 If you can then repeat the steps to produce the error, and drop the more
 detailed error message here, that would be great!

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


More information about the wp-trac mailing list