Skip to content

Current Issues

Jeremy Varnham edited this page Mar 16, 2022 · 2 revisions

Issues

1. Currently investigating

These are some issues I've observed and am investigating.

1.1. Initializing custom fonts fails

Clicking on Initialise Fonts Only gives the error message "There was a problem installing the font files. Manually copy your fonts to the mPDF/ttfonts/ folder." or "Could not create font configuration file. Try initialise again." (See 2.1 if no error message appears).

On a local installation, I've tried giving recursive 777 permissions / www-data:www-data ownership to the entire plugin and theme directories to rule out permission problems, but still get the same message.

Even if fonts are copied manually, it's not updating the config file.

2. Quick workarounds.

These are some issues that have quick workarounds for now.

2.1. Hidden status and error messages

Plugin backend error messages are hidden by FF CSS. Add .fppdfe_message { display: block!important; } to admin styles to make sure they are visible.

Clone this wiki locally