Jump to content
Forum²

Intermediate fix for emoji loading issues


Recommended Posts

Guest Latest phpBB.com
Posted

Hi all,

 

We have noticed that the CDN that provides loading of emojis in phpBB has stopped working.

While a new version that takes care of this is already in the works, you will most likely notice issues with pages taking longer to load and issues with the display of emojis (see e.g. here: viewtopic.php?t=2634321).

 

Until the next version of phpBB is released, you can resolve this issue by applying the following fix that will be included in the next release:

 

Open phpbb/textformatter/s9e/factory.php

 

Find (~ line 359):

 

Code: Select all

 

{@tseq}.svg

Replace with:

 

Code: Select all

 

{@tseq}.svg

Find (~ line 362):

 

Code: Select all

 

{@seq}.svgz

Replace with:

 

Code: Select all

 

{@seq}.svg

Afterwards go to the ACP and purge the cache.

 

Once the next version of phpBB is released, you should be able to simple overwrite this file again. Preparations for the next release are already underway and it will be published as soon as possible.

 

- The phpBB Team

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...